cdz/laravel-bootstrap
Composer 安装命令:
composer require cdz/laravel-bootstrap
包简介
Laravel Package to install the Bootstrap library (v3.3.7) and create a welcome page template.
README 文档
README
Laravel Package to install the Bootstrap library (v3.3.7) and create a welcome page template.
Requirements
Laravel >= 5.5
Package Installation
composer require cdz/laravel-bootstrap
composer update
Install the Bootstrap library and create the welcome page template
php artisan cdz-bootstrap:install
If you would like to overwrite existing files, use the --force switch:
php artisan cdz-bootstrap:install --force
If you would like to only scaffold the views, use the --views switch (Controllers and routes will remain unchanged):
php artisan cdz-bootstrap:install --views
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-12