laravel-service-generator maintained by amirhf
Description
a simple service generator at laravel
Author
Last update
2022/11/15 22:34
(dev-master)
License
Downloads
1
Tags
Laravel Make Service
Quickly generate services for your projects!
Installation
Using composer:
composer require amirhf/laravel-service-generator
This package adds the php artisan make:service {name} command. The command generates an empty service class in
app\Services to get started. I made this mainly for own use because I like to be able to generate recurring files from
the command line to keep my workflow consistent.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.