patrickcurl/laravel-installer
Composer 安装命令:
composer require patrickcurl/laravel-installer
包简介
Laravel application installer, with models directory.
关键字:
README 文档
README
I got tired of editing the same files and making changes so that User.php was in App\Models\User namespace/folder.
This installs laravel 5.7.9 (I cloned the laravel repo to: patrickcurl/laravel), and changed the installer to use that fork instead.
This fork simply moves all model references to models, and fixes all mentions of User.php.
installation:
composer global remove laravel/installer
composer global require patrickcurl/laravel-installer:dev-master
laravel new test
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-15