Releases: nWidart/laravel-modules
Releases · nWidart/laravel-modules
1.16.0
24 Jan 23:18
Compare
Sorry, something went wrong.
No results found
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
12 Jan 16:52
Compare
Sorry, something went wrong.
No results found
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
19 Oct 09:45
Compare
Sorry, something went wrong.
No results found
Updating 1.0 release date
1.13.1
09 Sep 15:53
Compare
Sorry, something went wrong.
No results found
Changed
Generated emails are now generated in the Emails
folder by default
1.13.0
09 Sep 15:50
Compare
Sorry, something went wrong.
No results found
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
08 Sep 20:22
Compare
Sorry, something went wrong.
No results found
Added
Generation of Mailable classes
0.11.2
29 Aug 18:03
Compare
Sorry, something went wrong.
No results found
Changed
Using stable version of laravelcollective/html (5.3)
0.11.1
25 Aug 12:56
Compare
Sorry, something went wrong.
No results found
Changed
Use development version of laravelcollective/html, until they tag a stable release for laravel 5.3.
0.11.0
24 Aug 12:04
Compare
Sorry, something went wrong.
No results found
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
10 Aug 19:46
Compare
Sorry, something went wrong.
No results found
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