Looking to hire Laravel developers? Try LaraJobs

laravel-services-actions maintained by crthiago

Description
This package is designed to help developers generate the Services and Actions layer in their Laravel applications.It provides a set of commands to generate the necessary files and folders, as well as a template for the Service and Action classes.
Author
Thiago Rodrigues Costa
Last update
2023/04/13 21:43 (dev-main)
License
Links
Downloads
30

Comments
comments powered by Disqus

Laravel Services and Actions Package

This package is designed to help developers generate the Services and Actions layer in their Laravel applications. It provides a set of commands to generate the necessary files and folders, as well as a template for the Service and Action classes.

Installation

To install the package, use Composer:

composer require --dev crthiago/laravel-services-actions

Configuration

To publish the configuration file, run the following command:

php artisan vendor:publish --provider="Crthiago\LaravelServicesActions\ServicesActionsProvider"

Usage

To generate a Service, run the following command:

php artisan make:service <model>

To generate an Action, run the following command:

php artisan make:action <name>

Contribution

Contributions to the Laravel Services and Actions package are welcome!

If you find a bug or have a feature request, please create a new issue. If you would like to contribute code, please create a new pull request with your changes. Thank you for your interest!

License

The Laravel Services and Actions package is open-sourced software licensed under the MIT license.