laravel setup helper 源码
Laravel安装助手 一个为您的laravel应用程序添加一些额外功能的软件包。 设置 安装 composer require saineshmamgain/laravel-setup-helper 发布配置 php artisan vendor:publish --tag=setup-helper-config 该配置具有以下开关: allow_request_make_command allow_repository_make_command allow_make_job_command 如果您不想要这些功能,请设置为false。 跑步 php artisan setup-helper:install 使用--force标记运行以替换以前生成的文件。 创建一个特征 php artisan make:trait FooTrait 创建合同(界面) php artisa
文件列表
laravel-setup-helper-master.zip
(预估有个26文件)
laravel-setup-helper-master
composer.json
660B
config
setup-helper.php
281B
composer.lock
147KB
src
Http
Requests
BaseRequest.php
936B
Jobs
暂无评论