Skip to content

bamper/symfonypizzaexampleapp

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 53.3%
  • JavaScript 34.1%
  • HTML 9.7%
  • ApacheConf 1.7%
  • CSS 1.2%