inmarelibero/firestarter-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Firestarter for Symfony2.

dev-master 2014-03-05 14:01 UTC

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.