Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romainkuzniak/symfony-n-tiers
https://github.com/romainkuzniak/symfony-n-tiers
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/romainkuzniak/symfony-n-tiers
- Owner: romainkuzniak
- License: mit
- Created: 2014-12-15T22:20:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T22:23:15.000Z (almost 10 years ago)
- Last Synced: 2024-07-27T22:40:05.365Z (4 months ago)
- Language: PHP
- Size: 148 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# N-tiers Design with Symfony
This is an example of a Symfony application using n-tiers design.
The aim is to illustrate the following presentation :## Install
In order to use the application, follow these simple steps.``` bash
composer install
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
php app/console doctrine:fixtures:load
php app/console server:run
```Go to [http://localhost:8000/sprints/1](http://localhost:8000/sprints/3)