Releases: nWidart/laravel-modules
Releases · nWidart/laravel-modules
1.18.0
Changed
- The module list command (
module:list
) now returns the native module name
1.17.1
Changed
- Fixed issues with route file location in
start.php
1.17.0
Changed
- Add checking for failure to parse module JSON
1.16.0
Added
- Support for Laravel 5.4
- Adding show method on resource controller
- Added check for cached routes to not load them multiple times
1.15.0
1.15.0 - 2017-01-12
Added
- Module requirements (PR #117)
- Added
Macroable
trait to Module
class (PR #116)
Changed
- Added missing import of the
Schema
facade on migration stubs
- A default plain migration will be used if the name was not matched against a predefined structure (create, add, delete and drop)
- Add tests for all the different migration structures above
- Fix: respecting order in reverse migrations (PR #98)
- Fix:
module:reset
and module:migrate-rollback
didn't have --database
option (PR #88)
- Fix:
Module::asset()
, removed obsolete backslash. (PR #91)
1.14.0
Updating 1.0 release date
1.13.1
Changed
- Generated emails are now generated in the
Emails
folder by default
1.13.0
Changed
- Ability to set default value on the config() method of a module.
- Mail: Setting default value to config. Using that as the namespace.
- Using PSR2 for generated stubs
0.12.0
Added
- Generation of Mailable classes
0.11.2
Changed
- Using stable version of laravelcollective/html (5.3)