sergeybruhin / laravel-service
Laravel service layer stubs and utils
0.0.2
2023-11-03 16:10 UTC
Requires
- php: ^7.4|^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-04 20:35:20 UTC
README
This package brings to laravel command to create custom service with service provider and straightforward folder structure.
Installation
You can install the package via composer:
composer require sergeybruhin/laravel-service
Create Service
php artisan create:service Delivery
ToDo
- 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
Testing (Not yet 💁♂️)
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email sundaycreative@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.