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