https://github.com/cvilleger/quipayesoncoup
Payer les bières. A qui le tour ?
https://github.com/cvilleger/quipayesoncoup
Last synced: 2 months ago
JSON representation
Payer les bières. A qui le tour ?
- Host: GitHub
- URL: https://github.com/cvilleger/quipayesoncoup
- Owner: cvilleger
- License: mit
- Created: 2016-02-29T08:06:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T22:45:34.000Z (about 2 years ago)
- Last Synced: 2025-02-02T00:41:15.399Z (4 months ago)
- Language: PHP
- Homepage: https://quipayesoncoup.herokuapp.com/
- Size: 1.27 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Qui Paye Son Coup
=========A Symfony project.
[](https://travis-ci.org/ChristopheVilleger/QuiPayeSonCoup)
[](https://insight.sensiolabs.com/projects/5f949ce6-1c00-4169-bbb2-871a3ddb6657)Installation :
- Composer install :
`php composer.phar install`
- Create Database :
`php app/console doctrine:database:create`
- Update schema :
`php app/console doctrine:schema:update --force`
- Fixtures (will erase all data):
`php app/console doctrine:fixtures:load`