Skip to content

v2.2

Compare
Choose a tag to compare
@kaidesu kaidesu released this 03 Feb 20:37
· 283 commits to master since this release
  • Added support for Laravel 5.2
    • Laravel 5.1 is still supported
  • Cleaned up file structure
  • Renamed generator commands to the following:
    • module:makemake:module
    • module:make:controllermake:module:controller
    • module:make:migrationmake:module:migration
    • module:make:requestmake:module:request
  • Removed enabled manifest key - enabled and disabled modules are now listed within the storage/app directory.
    • module:cache was added to refresh the list of enabled and disabled modules