sergeybruhin/laravel-service

Laravel service layer stubs and utils

0.0.2 2023-11-03 16:10 UTC

This package is auto-updated.

Last update: 2024-07-04 19:51:27 UTC


README

Laravel Service Package (Command and Stubs)

Latest Version on Packagist Total Downloads

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.