Releases: spatie/laravel-package-tools
Releases · spatie/laravel-package-tools
1.9.2
- don't install mockery by default
1.9.1
- allow to re-publish migrations via artisan --force (#37)
1.9.0
- add support for multiple config files
1.8.0
- add support for JSON translations (#31)
1.7.0
- add support to migrations in folders (#30)
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