All Notable changes to laravel-modules
will be documented in this file.
- Experimental Laravel 5.3 support
- Make sure the class name has
Controller
appended to it as well. Previously only the file had it suffixed.
- Dependencies:
pingpong/support
andpingpong/generators
- Adding a plain option to the generate controller command
- Generate controller command now generates all resource methods
- Module generation namespace now works with
StudlyCase
(Issue #14) - No module namespace fix (#13)
- Using new service provider stub for module generation too
Initial release