amirhf/laravel-service-generator

a simple service generator at laravel

dev-master 2022-11-15 21:34 UTC

This package is auto-updated.

Last update: 2024-05-16 00:57:08 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.