Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/event-band/band-symfony-application
- Owner: event-band
- License: mit
- Created: 2015-09-02T12:45:17.000Z (over 9 years ago)
- Default Branch: 1.0.x
- Last Pushed: 2015-09-25T18:06:06.000Z (over 9 years ago)
- Last Synced: 2023-08-21T10:12:43.480Z (over 1 year ago)
- Language: PHP
- Size: 203 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)