This package brings to laravel command to create custom service with service provider and straightforward folder structure.
You can install the package via composer:
composer require sergeybruhin/laravel-service
php artisan create:service Delivery
- Add ability to create Actions for specific service
- Add ability to create Handlers for specific service
- Add ability to create Jobs for specific service
- Add ability to create Events for specific service
- Add ability to create Listeners for specific service
- Add ability to create Commands for specific service
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email sundaycreative@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.