tmsolution / prototype-bundle
Symfony2 bundle for prototype
Installs: 489
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 4
Type:symfony-bundle
Requires
- php: >=5.3.2
- besimple/i18n-routing-bundle: ~2.3
- boekkooi/jquery-validation-bundle: 1.1.0
- friendsofsymfony/jsrouting-bundle: 1.*
- symfony/framework-bundle: 2.*
- tmsolution/classmapper-bundle: 1.*
- tmsolution/datagrid-bundle2: 2.*
- tmsolution/model-bundle: 1.*
Requires (Dev)
README
by Damian Piela damian.piela@tmsolution.pl
Installation
To install the bundle, add:
//composer require
"tmsolution/prototype-bundle": "1.1.*"
to your project's composer.json
file. Later, enable your bundle in the app's kernel:
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Core\PrototypeBundle\CorePrototypeBundle()
);
}