Skip to content

7.2.0

Compare
Choose a tag to compare
@nWidart nWidart released this 30 Jul 17:10
· 859 commits to master since this release
8980876

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)