inmarelibero / firestarter-bundle
Firestarter for Symfony2.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 3
Type:symfony-bundle
Requires
- symfony/framework-bundle: 2.4.*
This package is auto-updated.
Last update: 2020-11-17 09:45:58 UTC
README
FirestarterBundles helps to start a Symfony2 project, avoiding the repetitive tasks performed on every fresh installation.
How to install
Add the following line to your composer.json
:
{
"require": {
"inmarelibero/firestarter-bundle": "dev-master"
}
}
or, in the console:
php composer.phar require inmarelibero/firestarter-bundle:dev-master
Add the following line to app/AppKernel.php
new Inmarelibero\FirestarterBundle\InmareliberoFirestarterBundle()
Use
In the console, give:
app/console inmarelibero_firestarter:start
and follow the interactive procedure.