7.2.0
版本发布时间: 2020-07-31 01:10:52
nWidart/laravel-modules最新发布版本:v11.0.11(2024-06-17 15:45:29)
Added
- Added return statements in artisan commands. Helpful to validate if something successfully ran. (#1026)
Changed
- Update JsonResource namespace, using the new
Illuminate\Http\Resources\Json\JsonResource
. (#969) - Enable command returns the status code (#978)
- Removing module service provider from composer.json stub (#996)
- Fixed custom stub path issue. Replacing a hardcoded stub path. (#1016)
- Controller return type changed to
Illuminate\Contracts\Support\Renderable
. (#1020) - Change bigIncrements method to id (#1029)
- Adding force option for module:seed (#1030)