Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/event-band/band-symfony-application

Symfony2 Standard Edition Application to demonstrate how to properly configure and use this stack
https://github.com/event-band/band-symfony-application

Last synced: about 2 months ago
JSON representation

Symfony2 Standard Edition Application to demonstrate how to properly configure and use this stack

Awesome Lists containing this project

README

        

## Event-band Playground

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](http://127.0.0.1:8000) and follow the instrudtions.

![](https://cloud.githubusercontent.com/assets/104727/9636134/aa60e570-51a2-11e5-8aea-bff633394b92.png)