fuzaylov/bootstrap
Composer 安装命令:
composer require fuzaylov/bootstrap
包简介
Helper library to create Bootstrap html fields
README 文档
README
If you find yourself entering the same HTML and blade code just to display an html form field, this package might be for you.
Install
Pull this package in through Composer.
{ "require": { "fuzaylov/bootstrap": "0.3.0" } }
Laravel 5
Note, for laravel 4, use fuzaylov/bootstrap version 0.2.5
Once installed, you need to register Laravel service provider, in your app/config/app.php:
'providers' => array( ... 'Illuminate\Html\HtmlServiceProvider', 'Fuzaylov\Bootstrap\BootstrapServiceProvider' ) 'aliases' => array( ... 'Form' => 'Illuminate\Html\FormFacade', )
Usage
See tests/sample.blade.php for some sample usages. For a full list of supported fields, see Bootstrap.php
Have fun!
Aleks
统计信息
- 总下载量: 115
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-31