Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 773 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 773 Bytes

Changelog

All notable changes to laravel-service-maker will be documented in this file.

v1.0.1 - 2022-07-26

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 - 2022-07-25

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 alias -N and -S for make:model command
  • Modified the make:model Model --all to generate a service with contract too