All notable changes to laravel-modules
will be documented in this file.
- Improve the structure of the package
- improve class discovering
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.4.3...2.5.0
- fix naming components
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.4.2...2.4.3
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #7
- fix booting commands outside the console
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.4.1...2.4.2
- fix registering broadcast auth route
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.4.0...2.4.1
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #6
- add support for channels.php files in the routes directory
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.3.1...2.4.0
- Fix loading commands from the console.php file when routes are cached
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #5
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.3.0...2.3.1
- Add Laravel 11 commands file support
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.2.4...2.3.0
- fix translations prefix and directory
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.2.3...2.2.4
- fix livewire naming
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.2.2...2.2.3
- fix views naming
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.2.1...2.2.2
- fix filament problem with livewire component registration
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.2.0...2.2.1
- add support for filament (resources, pages, widgets, clusters)
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.1.0...2.2.0
- add support for defining route groups
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.0.1...2.1.0
- add "as" for routes
Full Changelog: https://github.com/mozex/laravel-modules/compare/2.0.0...2.0.1
- refactoring
- add caching support
- add support for Model name guessing
- improve Scheduling
- add support for Blade Components
- fix livewire naming
- improve routes
- improve factories
- improve policies
- improve views
- improve configs
- add tests
- add support for Laravel 11
- add support for listeners
Full Changelog: https://github.com/mozex/laravel-modules/compare/1.3.0...2.0.0
- Support Service Providers
- Fix schedule loading
- Support Schedules
- Add support for Policies
Initial Release