amirhf / laravel-service-generator
a simple service generator at laravel
dev-master
2022-11-15 21:34 UTC
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-12-16 02:15:23 UTC
README
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.