Added
- A
--migration
flag to themodule:make-model
command to generate the migration file with a model - Factories are now also defined in the master service providers. This is used in the
module:make
command without the--plain
flag, or usingmodule:make-provider
with the--master
flag. module_path()
helper function.
Changed
- The default location of event listeners is now in
Listeners/
, fromEvents/Handlers