github nWidart/laravel-modules 2.4.0

latest releases: v11.0.9, v11.0.8, v11.0.7...
6 years ago

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 and Repository classes as deprecated for next major
  • Fixed module:make and module: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

Don't miss a new laravel-modules release

NewReleases is sending notifications on new releases.