crthiago/laravel-services-actions
最新稳定版本:0.1.0
Composer 安装命令:
composer require crthiago/laravel-services-actions
包简介
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.
README 文档
README
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.
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-13