All notable changes to laravel-package-tools
will be documented in this file.
- Refactor Package methods, changing return type to
static
, in order to allow Package extension per project by @GeoSot in spatie#82
- @GeoSot made their first contribution in spatie#82
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.14.0...1.14.1
- Laravel 10 ✨ by @Nielsvanpach in spatie#81
- @Nielsvanpach made their first contribution in spatie#81
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.13.9...1.14.0
- added support for L10
- Fix for publishing view files that has its custom namespace by @askdkc in spatie#69
- PHP 8.2 Build by @erikn69 in spatie#70
- Fix missing semicolon in readme by @howdu in spatie#71
- Refactor tests to pest by @AyoobMH in spatie#73
- View Components publish has a bug by @mrlinnth in spatie#72
- Add Dependabot Automation by @patinthehat in spatie#75
- Add PHP 8.2 Support by @patinthehat in spatie#77
- Update Dependabot Automation by @patinthehat in spatie#78
- @askdkc made their first contribution in spatie#69
- @howdu made their first contribution in spatie#71
- @AyoobMH made their first contribution in spatie#73
- @mrlinnth made their first contribution in spatie#72
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.13.5...1.13.8
- PHP 8.2 Build by @erikn69 in spatie#70
- Fix missing semicolon in readme by @howdu in spatie#71
- Refactor tests to pest by @AyoobMH in spatie#73
- View Components publish has a bug by @mrlinnth in spatie#72
- @howdu made their first contribution in spatie#71
- @AyoobMH made their first contribution in spatie#73
- @mrlinnth made their first contribution in spatie#72
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.13.6...1.13.7
- Fix for publishing view files that has its custom namespace by @askdkc in spatie#69
- @askdkc made their first contribution in spatie#69
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.13.5...1.13.6
- 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