bamper / symfonypizzaexampleapp

This is an example pizza app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git clone the repo

run composer update

run these commands in the repo folder

php app/console doctrine:dababase:create --env=test php app/console doctrine:dababase:create --env=prod

php app/console doctrine:schema:update --force --env=test php app/console doctrine:schema:update --force --env=prod

php app/console doctrine:fixtures:load --env=test php app/console doctrine:fixtures:load --env=prod

RUN the phpunit test: php vendor/phpunit/phpunit/phpunit -c ./app/

About

This is an example pizza app

License:MIT License


Languages

Language:PHP 53.4%Language:JavaScript 34.1%Language:HTML 9.7%Language:ApacheConf 1.7%Language:CSS 1.2%