All notable changes to laravel-package-tools
will be documented in this file.
- improve colours of install command
- remove dump statement
- hide install command
- improvements to install command
- add
askToRunMigrations
- Add install command by @freekmurze in spatie#64
- Drop support for PHP 7, anything below Laravel 8
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.12.1...1.13.0
- add
newPackage
method
- Update .gitattributes by @angeljqv in spatie#53
- [PHP 8.2] Fix
${var}
string interpolation deprecation by @Ayesh in spatie#57 - Allow running of migrations by @riasvdv in spatie#56
- @angeljqv made their first contribution in spatie#53
- @Ayesh made their first contribution in spatie#57
- @riasvdv made their first contribution in spatie#56
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.11.3...1.12.0
- Use lang_path() when available by @zupolgec in spatie#52
- @zupolgec made their first contribution in spatie#52
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.11.2...1.11.3
- Laravel 9 lang folder location by @voicecode-bv in spatie#48
- @voicecode-bv made their first contribution in spatie#48
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.11.1...1.11.2
- Support for non-stubbed migrations by @chillbram in spatie#50
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.11.0...1.11.1
- Correct Blade view components folder in documentation by @chillbram in spatie#47
- Remove Database\Factories from psr-4 by @bastien-phi in spatie#43
- Allow Laravel 9
- @chillbram made their first contribution in spatie#47
- @bastien-phi made their first contribution in spatie#43
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.10.0...1.11.0
- Corrected error in hasViewComponents() docs... by @telkins in spatie#40
- Update .gitattributes by @erikn69 in spatie#44
- Add ability to customise view namespace by @freekmurze in spatie#45
- @telkins made their first contribution in spatie#40
- @erikn69 made their first contribution in spatie#44
- @freekmurze made their first contribution in spatie#45
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.9.2...1.10.0
- don't install mockery by default
- allow to re-publish migrations via artisan --force (#37)
- add support for multiple config files
- add support for JSON translations (#31)
- add support to migrations in folders (#30)
- fix migration file names when copying them (#28)
- use Carbon::now() for Lumen compatibility. (#26)
- execute command in context of the app (#23)
- add support for view composers & shared view data (#22)
- add support for Blade view components
- use package shortname for publishing
- fix publishing views (#15)
- ensure unique timestamp on migration publish (#14)
- allows parameters for setup methods to be passed in as a spread array (#11)
- fix
migrationFileExists
(#7)
- add
hasRoute
- fix migration file extension when publishing from Package (#3)
- use short package name to register views
- fix
hasMigrations
- make
register
andboot
chainable
- add
hasAssets
- add
hasTranslations
- remove unneeded dependency
- add support for Laravel 7
- initial release