标签: laravel eloquent
在资源对象中,我可以以某种方式遍历属于查询的列吗?
$ this 似乎来自 Query \ Builder 类型。 $ this->资源是对 Eloquent \ Model 的引用。
当我将 Eloquent / Collection 作为参数发送到资源时,是否可以在某处使用?
我知道函数 $ this-> toArray()但我想知道是否有更强大的东西,如 $ this-> getColumns()