Added
- New
module:make-resource
command to generate resource classes - New
module:make-test
command to generate test classes
Changed
- Improved error output of the
module:seed
command - Marking methods that served as proxies in
Module
andRepository
classes as deprecated for next major - Fixed
module:make
andmodule:make-provider
to generate the correct master service provider - Tests: tests are now using
spatie/phpunit-snapshot-assertions
to make sure the generated files have the correct content - Adding a sync option to the
module:make-job
command to make a synchronous job class - Changed
module:make-event
command to allow duck typed events (not type hinted event class) - Changed
module:make-listener
to allow a--queued
option to make the event queueable - Changed
module:make-listener
command to not use the full class typehint when class was previous imported