https://github.com/jdlabails/framelab
JD's framelab
https://github.com/jdlabails/framelab
Last synced: 8 months ago
JSON representation
JD's framelab
- Host: GitHub
- URL: https://github.com/jdlabails/framelab
- Owner: jdlabails
- Created: 2016-01-21T20:35:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-11T13:51:31.000Z (almost 10 years ago)
- Last Synced: 2025-03-18T07:52:03.810Z (about 1 year ago)
- Language: PHP
- Size: 455 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framelab
[](https://travis-ci.org/jdlabails/framelab)
[](https://www.versioneye.com/user/projects/56abcbaf7e03c7003ba40d5c)
[](https://insight.sensiolabs.com/projects/f62308b2-5bf1-46f5-921c-ae6089afeafa)
## Installation
```sh
php composer.phar install --prefer-source
php app/console doctrine:schema:update --force
php app/console assets:install
php app/console assetic:dump
php app/console ppa:init
```
## Fake data loading
```sh
php app/console hautelook:doctrine:fixtures:load
```
## Connexion
If fixtures are loaded
admin/admin123