根据模型创建collection: php artisan make:resource Users--collection
根据自定义创建collection:php artisan make:resource UserCollection
在控制器通过 return new UserCollection(model->all);返回数据
根据模型创建collection: php artisan make:resource Users--collection
根据自定义创建collection:php artisan make:resource UserCollection
在控制器通过 return new UserCollection(model->all);返回数据