https://github.com/alexeymezenin/laravel-best-practices/blob/master/chinese.md
一个类和一个方法应该只有一个责任。
如果您使用的是查询生成器或原始SQL查询,请将所有与数据库相关的逻辑放入Eloquent模型或Repository类中。
https://github.com/alexeymezenin/laravel-best-practices/blob/master/chinese.md
一个类和一个方法应该只有一个责任。
如果您使用的是查询生成器或原始SQL查询,请将所有与数据库相关的逻辑放入Eloquent模型或Repository类中。