All notable changes to laravel-package-tools
will be documented in this file.
- Fix implicit nullable deprecation notice by @mokhosh in #150
- @mokhosh made their first contribution in #150
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.16.5...1.16.6
- Avoid bump on every menor release by @erikn69 in #132
- Update InstallCommand.php by @gaetan-hexadog in #140
- @gaetan-hexadog made their first contribution in #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 #129
- @jetwes made their first contribution in #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 #127
- @mvenghaus made their first contribution in #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 #107
- Update README.md by @kgrzelak in #109
- Apply the shorten null coalescing operator by @peter279k in #111
- Allow Laravel 11 by @TomasVotruba in #117
- @kgrzelak made their first contribution in #109
- @peter279k made their first contribution in #111
- @TomasVotruba made their first contribution in #117
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.16.1...1.16.2
- updating readme by @ArielMejiaDev in #104
- Enable publishing any tag name with the install command by @misenhower in #105
- @misenhower made their first contribution in #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 #103
- @ArielMejiaDev made their first contribution in #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 #89
- @systemsolutionweb made their first contribution in #89
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.14.3...1.15.0
- Update README.md by @bishwajitcadhikary in #97
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #98
- Fix install command on Laravel 10.x breaking change by @erikn69 in #99
- @bishwajitcadhikary made their first contribution in #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 #83
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #84
- Enable publishing assets from the install command. by @DanielDarrenJones in #86
- @peterfox made their first contribution in #83
- @DanielDarrenJones made their first contribution in #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 #82
- @GeoSot made their first contribution in #82
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.14.0...1.14.1
- Laravel 10 ✨ by @Nielsvanpach in #81
- @Nielsvanpach made their first contribution in #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 #69
- PHP 8.2 Build by @erikn69 in #70
- Fix missing semicolon in readme by @howdu in #71
- Refactor tests to pest by @AyoobMH in #73
- View Components publish has a bug by @mrlinnth in #72
- Add Dependabot Automation by @patinthehat in #75
- Add PHP 8.2 Support by @patinthehat in #77
- Update Dependabot Automation by @patinthehat in #78
- @askdkc made their first contribution in #69
- @howdu made their first contribution in #71
- @AyoobMH made their first contribution in #73
- @mrlinnth made their first contribution in #72
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.13.5...1.13.8
- PHP 8.2 Build by @erikn69 in #70
- Fix missing semicolon in readme by @howdu in #71
- Refactor tests to pest by @AyoobMH in #73
- View Components publish has a bug by @mrlinnth in #72
- @howdu made their first contribution in #71
- @AyoobMH made their first contribution in #73
- @mrlinnth made their first contribution in #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 #69
- @askdkc made their first contribution in #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 #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 #53
- [PHP 8.2] Fix
${var}
string interpolation deprecation by @Ayesh in #57 - Allow running of migrations by @riasvdv in #56
- @angeljqv made their first contribution in #53
- @Ayesh made their first contribution in #57
- @riasvdv made their first contribution in #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 #52
- @zupolgec made their first contribution in #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 #48
- @voicecode-bv made their first contribution in #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 #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 #47
- Remove Database\Factories from psr-4 by @bastien-phi in #43
- Allow Laravel 9
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.10.0...1.11.0
- Corrected error in hasViewComponents() docs... by @telkins in #40
- Update .gitattributes by @erikn69 in #44
- Add ability to customise view namespace by @freekmurze in #45
- @telkins made their first contribution in #40
- @erikn69 made their first contribution in #44
- @freekmurze made their first contribution in #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