Releases: nWidart/laravel-modules
Releases · nWidart/laravel-modules
0.11.1
Changed
- Use development version of laravelcollective/html, until they tag a stable release for laravel 5.3.
0.11.0
Added
- Adding
module:make-job
command to generate a job class
- Adding support for Laravel 5.3
Changed
- Added force option to module:seed command (PR #32 )
0.10
Added
- Experimental Laravel 5.3 support
Changed
- Make sure the class name has
Controller
appended to it as well. Previously only the file had it suffixed.
Removed
- Dependencies:
pingpong/support
and pingpong/generators
0.9
Added
- Adding a plain option to the generate controller command
Changed
- Generate controller command now generates all resource methods
0.8
Fixed
- Module generation namespace now works with
StudlyCase
(Issue #14)
- No module namespace fix (#13)
Changed
- Using new service provider stub for module generation too
0.6
Changes
- Using the configured cache clear to clear the cache.
- By default using uppercase
Modules
path.
0.5
Fixed
- Clearing modules cache when generating a new module.
0.4
Added
- Command to publish module config files.
0.3
Changed
- Allow the translations registering to be optional