cleanique-coders / twbs-four
此包已被弃用且不再维护。未建议替代包。
Twitter Bootstrap v4.0.0-beta.3 for Laravel
v1.0.0
2017-12-31 11:45 UTC
Requires
- illuminate/support: ^5.5
Requires (Dev)
- codedungeon/phpunit-result-printer: ^0.4.4
- orchestra/testbench: ~3.0
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2022-02-01 13:11:37 UTC
README
向大家介绍您的包
安装
- 为了在Laravel项目中安装TWBS Four,只需在终端运行composer require命令
composer require cleanique-coders/twbs-four
- 然后在
config/app.php
中向providers数组添加以下内容
CleaniqueCoders\TWBSFour\TWBSFourServiceProvider::class,
- 在相同的
config/app.php
中向aliases数组添加以下内容
'TWBSFour' => CleaniqueCoders\TWBSFour\TWBSFourFacade::class,
- 发布资源
php artisan vendor:publish --tag=twbs-four --force
使用
参考官方Twitter Bootstrap 4 文档。
许可证
此包是开源软件,受MIT许可证许可。