alex-oliveira/ao-html
Composer 安装命令:
composer require alex-oliveira/ao-html
包简介
Resources for HTML with Laravel 5.1 + Bootstrap 3
README 文档
README
Resources for HTML with Laravel 5.1 + Bootstrap 3
1) Installation
$ composer require alex-oliveira/ao-html:dev-master
2) config/app.php
'providers' => [
/*
* Vendors Service Providers...
*/
AoHtml\HtmlServiceProvider::class,
],
'aliases' => [
/*
* Vendors Facades
*/
'Html' => AoHtml\HtmlFacade::class,
],
3) Template
Include package CSS in your template.
{!! html()->css() !!}
Include package JS in your template.
{!! html()->js() !!}
4) Elements
html()->tabs();
html()->tab();
html()->panels();
html()->panel();
html()->form();
html()->input();
html()->select();
html()->textarea();
html()->button();
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-08