da1shiq/lara-service-maker
最新稳定版本:v1.0.2
Composer 安装命令:
composer require da1shiq/lara-service-maker
包简介
Library to enable Laravel devs to create Service class
README 文档
README
Simple package that enables Laravel devs (or non-Laravel devs) to create Service class without manually creating it from scratch.
Installation
Install lara-service-maker by running single command :
composer require da1shiq/lara-service-maker
and that's it!
Usage/Examples
Initialize Service class creation by typing this command:
php artisan make:service <Your Service Name>
Optional tags:
--folder: what folder will the Service class will be saved (Leave it blank to save it to defaultServicesfolder)--test: Generate Test class (optional)
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-24