crthiago/laravel-services-actions 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-04-13