webmachine/form
Composer 安装命令:
composer require webmachine/form
包简介
Form for Laravel 5
README 文档
README
Install
Via Composer
$ composer require webmachine/form
Next, you must install the service provider and facade alias:
// config/app.php 'providers' => [ ... Webmachine\Form\FormServiceProvider::class, ]; ... 'aliases' => [ ... 'Form' => Webmachine\Form\FormFacade::class, ];
Publish
$ php artisan vendor:publish --provider="Webmachine\Form\FormServiceProvider"
Usage
In your views
{!! Form::text('mytext', ['class' => 'myclass']) !!}
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 442
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-21