joeloco/bootstrap
Composer 安装命令:
composer require joeloco/bootstrap
包简介
A bootstrap 3 helper for Laravel 5
README 文档
README
Install
composer require "joeloco/bootstrap:dev-master"
Config
1 - Register the service provider in /config/app
'providers' => [ //..... Bootstrap\Providers\BootstrapServiceProvider::class ],
2 - Set a alias for facade in /config/app
'aliases' => [ //.... 'BS' => Bootstrap\Facades\Bootstrap::class, ],
Breadcrumb example
<?php echo BS::breadcrumb()->drop('Root','/root')->drop('Chield','root/chield')->stop('right');?>
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-24