-
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(), ); }
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE