trsteel/html-form-validation-bundle
最新稳定版本:1.2.0
Composer 安装命令:
composer require trsteel/html-form-validation-bundle
包简介
Easily disable HTML5 validation errors.
关键字:
README 文档
README
Easily disable HTML5 validation errors.
Add the following lines to the deps file:
[TrsteelHtmlFormValidationBundle]
git=http://github.com/trsteel88/TrsteelHtmlFormValidationBundle.git
target=/bundles/Trsteel/HtmlFormValidationBundle
Update your vendors by running:
$ php ./bin/vendors
Add the Trsteel namespace to your autoloader.
<?php // app/autoload.php $loader->registerNamespaces(array( 'Trsteel' => __DIR__.'/../vendor/bundles', // your other namespaces ));
Add the bundle to the application kernel.
<?php // app/AppKernel.php public function registerBundles() { if (in_array($this->getEnvironment(), array('dev', 'test'))) { // ... $bundles[] = new Trsteel\HtmlFormValidationBundle\TrsteelHtmlFormValidationBundle(); // ... } }
统计信息
- 总下载量: 54.41k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-03-27