event-band/band-symfony-application

This package is abandoned and no longer maintained. The author suggests using the event-band/band-symfony-application package instead.

Symfony2 Standard Edition Application to demonstrate how to properly configure and use Event-band stack

1.0.x-dev 2015-09-25 18:04 UTC

This package is not auto-updated.

Last update: 2021-01-25 08:52:35 UTC


README

This example is based on Symfony Standard Edition ~2.7.0 and event-band ~1.0

Installation

Install using composer:

$ php composer.phar create-project --stability="dev" "event-band/band-symfony-application:~1.0.0@dev" band-symfony-application

Run built-in server:

php app/console server:run

Open http://127.0.0.1:8000 and follow the instrudtions.