Skip to content

Releases: ludoguenet/laravel-service-maker

v1.0.1

26 Jul 14:07
Compare
Choose a tag to compare

Added

  • Artisan make:service command
  • Adds --noContract to make:service command
  • Adds --service combined with make:model command
  • Adds --noContract to make:model command
  • Adds aliases -N and -S for make:model command
  • Modified the make:model Model --all to generate a service with contract too
  • Tests added with Pest

v1.0.0

25 Jul 16:11
Compare
Choose a tag to compare

Added

  • Artisan make:service command
  • Adds --noContract to make:service command
  • Adds --service combined with make:model command
  • Adds --noContract to make:model command
  • Adds aliases -N and -S for make:model command
  • Modified the make:model Model --all to generate a service with contract too

Full Changelog: https://github.com/ludoguenet/laravel-service-maker/commits/v1.0.0