英文: Laravel Eloquent unable to read data from databse table columns with numerical column names 问题 I...
Laravel:如何缓存从模型关系中检索到的数据?
英文: Laravel: How to cache the data retrieved from a relationship of a model? 问题 以下是您提供的代码的翻译部分: 有一个名...
Laravel whereHas 只返回符合条件的模型。
英文: Laravel whereHas only bring back models that match criteria 问题 I understand that you want assist...
将SQL查询转换为Laravel Eloquent查询。
英文: Convert row SQL query to Laravel Eloquent Query 问题 我需要这个查询成为Laravel的Eloquent查询,并且,如何将上面的表格在一个单一的...
Laravel Eloquent与MVC原则
英文: Laravel Eloquent with MVC principles 问题 在控制器中,我看到了许多示例中使用以下方法来保存数据: $emp = new Employee(); $emp-...
Relationships laravel doesn’t work after 5th position
英文: Relationships laravel doesn't work after 5th position 问题 我有2个模型: 模型1 -> 有多个模型2 public fun...
如何编写通过连接不同表的Eloquent查询
英文: How to write eloquent query by joining different tables 问题 我有4个表。 1)materials 2)advertisements 3...
找到所有结果,其关系中的最大列数值。
英文: Find all results by a relationships max column value 问题 I'm not terribly good with complex datab...
我在Laravel 9.x中使用多态关系时遇到问题。
英文: I have problems using Polymorphic Relationships in Laravel 9.x 问题 I have 5 tables named Users, C...
Laravel 根据多个条件映射集合
英文: Laravel mapping collections based on multiple conditions 问题 我有一个在我的模型上的方法,我想用它来根据多个条件返回true/fals...
11