elnur/validator-bundle
Composer 安装命令:
composer require elnur/validator-bundle
包简介
Common validators
关键字:
README 文档
README
Installation
-
Add this to the
depsfile:[ElnurValidatorBundle] git=http://github.com/elnur/ElnurValidatorBundle.git target=/bundles/Elnur/ValidatorBundleAnd run
bin/vendors install. -
Register the
Elnurnamespace in theapp/autoload.phpfile:$loader->registerNamespaces(array( // ... 'Elnur' => __DIR__.'/../vendor/bundles', )); -
Register the bundle in the
app/AppKernel.phpfile:public function registerBundles() { $bundles = array( // ... new Elnur\ValidatorBundle\ElnurValidatorBundle(), ); }
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-07-01