All notable changes to laravel-package-tools
will be documented in this file.
Initial release
- Specify commands that will not be available on http calls by @systemsolutionweb in spatie/laravel-package-tools#89
- @systemsolutionweb made their first contribution in spatie/laravel-package-tools#89
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.14.3...1.15.0
- Update README.md by @bishwajitcadhikary in spatie/laravel-package-tools#97
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in spatie/laravel-package-tools#98
- Fix install command on Laravel 10.x breaking change by @erikn69 in spatie/laravel-package-tools#99
- @bishwajitcadhikary made their first contribution in spatie/laravel-package-tools#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/laravel-package-tools#83
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in spatie/laravel-package-tools#84
- Enable publishing assets from the install command. by @DanielDarrenJones in spatie/laravel-package-tools#86
- @peterfox made their first contribution in spatie/laravel-package-tools#83
- @DanielDarrenJones made their first contribution in spatie/laravel-package-tools#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/laravel-package-tools#82
- @GeoSot made their first contribution in spatie/laravel-package-tools#82
Full Changelog: https://github.com/spatie/laravel-package-tools/compare/1.14.0...1.14.1
- Laravel 10 ✨ by @Nielsvanpach in spatie/laravel-package-tools#81
- @Nielsvanpach made their first contribution in spatie/laravel-package-tools#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/laravel-package-tools#69
- PHP 8.2 Build by @erikn69 in spatie/laravel-package-tools#70
- Fix missing semicolon in readme by @howdu in spatie/laravel-package-tools#71
- Refactor tests to pest by @AyoobMH in spatie/laravel-package-tools#73
- View Components publish has a bug by @mrlinnth in spatie/laravel-package-tools#72
- Add Dependabot Automation by @patinthehat in spatie/laravel-package-tools#75
- Add PHP 8.2 Support by @patinthehat in spatie/laravel-package-tools#77
- Update Dependabot Automation by @patinthehat in spatie/laravel-package-tools#78
- @askdkc made their first contribution in spatie/laravel-package-tools#69
- @howdu made their first contribution in spatie/laravel-package-tools#71
- @AyoobMH made their first contribution in spatie/laravel-package-tools#73
- @mrlinnth made their first contribution in spatie/laravel-package-tools#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/laravel-package-tools#70
- Fix missing semicolon in readme by @howdu in spatie/laravel-package-tools#71
- Refactor tests to pest by @AyoobMH in spatie/laravel-package-tools#73
- View Components publish has a bug by @mrlinnth in spatie/laravel-package-tools#72
- @howdu made their first contribution in spatie/laravel-package-tools#71
- @AyoobMH made their first contribution in spatie/laravel-package-tools#73
- @mrlinnth made their first contribution in spatie/laravel-package-tools#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/laravel-package-tools#69
- @askdkc made their first contribution in spatie/laravel-package-tools#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/laravel-package-tools#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/laravel-package-tools#53
- [PHP 8.2] Fix
${var}
string interpolation deprecation by @Ayesh in spatie/laravel-package-tools#57 - Allow running of migrations by @riasvdv in spatie/laravel-package-tools#56
- @angeljqv made their first contribution in spatie/laravel-package-tools#53
- @Ayesh made their first contribution in spatie/laravel-package-tools#57
- @riasvdv made their first contribution in spatie/laravel-package-tools#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/laravel-package-tools#52
- @zupolgec made their first contribution in spatie/laravel-package-tools#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/laravel-package-tools#48
- @voicecode-bv made their first contribution in spatie/laravel-package-tools#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/laravel-package-tools#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/laravel-package-tools#47
- Remove Database\Factories from psr-4 by @bastien-phi in spatie/laravel-package-tools#43
- Allow Laravel 9
- @chillbram made their first contribution in spatie/laravel-package-tools#47
- @bastien-phi made their first contribution in spatie/laravel-package-tools#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/laravel-package-tools#40
- Update .gitattributes by @erikn69 in spatie/laravel-package-tools#44
- Add ability to customise view namespace by @freekmurze in spatie/laravel-package-tools#45
- @telkins made their first contribution in spatie/laravel-package-tools#40
- @erikn69 made their first contribution in spatie/laravel-package-tools#44
- @freekmurze made their first contribution in spatie/laravel-package-tools#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