JellyBool

17773 经验值

试试这个:

collect($order)->groupBy('sort')->map(function($collection){
    return $collection->sortBy('time',SORT_REGULAR,true);
})

多看看这个系列吧 https://www.laravist.com/series/refactoring-loops-with-collection

Dingo api 的 collection 方法。LessonTransformer 实例化之后,会去找 transform() 这个方法

哪个是客户端?哪个是服务端?我感觉你写反了

你的 laravel 版本和 phpstorm 的版本是多少?怎么拿到的 ide_helper 的文件

你的 laravel 版本是多少?具体的代码是什么样的?

哈哈哈!先赚钱,都会赚钱的

直接在 authenticate 这个方法的 try 前面直接:

return $credentials;

这个返回什么?