All notable changes to laravel-package-tools
will be documented in this file.
- Avoid bump on every menor release by @erikn69 in spatie#132
- Update InstallCommand.php by @gaetan-hexadog in spatie#140
- @gaetan-hexadog made their first contribution in spatie#140
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.16.4...1.16.5
- fixed #128 - check if l11 with new skeleton is used by @jetwes in spatie#129
- @jetwes made their first contribution in spatie#129
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.16.3...1.16.4
- handle relative path in migration file exists check by @mvenghaus in spatie#127
- @mvenghaus made their first contribution in spatie#127
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.16.2...1.16.3
- Bump actions/checkout from 3 to 4 by @dependabot in spatie#107
- Update README.md by @kgrzelak in spatie#109
- Apply the shorten null coalescing operator by @peter279k in spatie#111
- Allow Laravel 11 by @TomasVotruba in spatie#117
- @kgrzelak made their first contribution in spatie#109
- @peter279k made their first contribution in spatie#111
- @TomasVotruba made their first contribution in spatie#117
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.16.1...1.16.2
- updating readme by @ArielMejiaDev in spatie#104
- Enable publishing any tag name with the install command by @misenhower in spatie#105
- @misenhower made their first contribution in spatie#105
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.16.0...1.16.1
- add inertia components publish option by @ArielMejiaDev in spatie#103
- @ArielMejiaDev made their first contribution in spatie#103
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.15.0...1.16.0
- Specify commands that will not be available on http calls by @systemsolutionweb in spatie#89
- @systemsolutionweb made their first contribution in spatie#89
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.14.3...1.15.0
- Update README.md by @bishwajitcadhikary in spatie#97
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in spatie#98
- Fix install command on Laravel 10.x breaking change by @erikn69 in spatie#99
- @bishwajitcadhikary made their first contribution in spatie#97
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.14.2...1.14.3
- Removal of publishable service provider typo by @peterfox in spatie#83
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in spatie#84
- Enable publishing assets from the install command. by @DanielDarrenJones in spatie#86
- @peterfox made their first contribution in spatie#83
- @DanielDarrenJones made their first contribution in spatie#86
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.14.1...1.14.2
- 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