linhnh95/laravel-lumen-generate
最新稳定版本:v1.1.17
Composer 安装命令:
composer require linhnh95/laravel-lumen-generate
包简介
Library Support For Structure Laravel
关键字:
README 文档
README
Laravel Lumen Generate is a package that helps to create structure and help with the project construction process.
Installation
Require this package with composer. It is recommended to only require the package.
composer require linhnh95/laravel-api-lumen-generate
Usage
After running the composer. Turn on the terminal screen and run the command
Class RepositoryProvider
Adding the text before class
/**BEGIN CONFIG USE**/
/**END CONFIG USE**/
class RepositoryProvider extends ServiceProvider
{
}
Adding the text to register function
public function register()
{
/**BEGIN CONFIG**/
/**END CONFIG**/
}
To create a series of processing files for a Model
php artisan lumen-generate:make {name} // name can be in the form Folder/FileName
统计信息
- 总下载量: 38
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-08