Releases: spatie/laravel-package-tools
Releases · spatie/laravel-package-tools
1.6.3
- fix migration file names when copying them (#28)
1.6.2
- use Carbon::now() for Lumen compatibility. (#26)
1.6.1
- execute command in context of the app (#23)
1.6.0
- add support for view composers & shared view data (#22)
1.5.0
- add support for Blade view components
1.4.3
- use package shortname for publishing
1.4.2
- fix publishing views (#15)
1.4.1
- ensure unique timestamp on migration publish (#14)
1.4.0
- allows parameters for setup methods to be passed in as a spread array (#11)
1.3.1
- fix
migrationFileExists
(#7)