bestmomo/scafold
最新稳定版本:V1.0.0
Composer 安装命令:
composer require bestmomo/scafold
包简介
To add scafold to Laravel 5.1
README 文档
README
Installation Laravel 5.3
To install on Laravel 5.3 go to Scafold 5.3.
Installation Laravel 5.1
You can install this package by using Composer, running this command:
composer require bestmomo/scafold
The next required step is to add the service provider to config/app.php :
Bestmomo\Scafold\ScafoldServiceProvider::class,
Publish
The last required step is to publish views and assets in your application with :
php artisan vendor:publish
If you get the error
Nothing to publish for tag []!
Then run this command :
php artisan config:clear
Congratulations, you have successfully installed Scafold !
统计信息
- 总下载量: 48.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 120
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-17