ezimuel / apigility-symfony2-use-case

Create a RESTful API for a Symfony2 project using Apigility (http://apigility.org)
41 stars 11 forks source link

Database and schema is not created #1

Open nzurita opened 10 years ago

nzurita commented 10 years ago

These commands don't work even with correct database credentials set in parameters.yml

php app/console doctrine:database:create
php app/console doctrine:schema:update --force

No error message, no action, nothing created in database. As a result of this, browsing to home folder or /post results in a blank page.

vrkansagara commented 9 years ago

have you tried to run Symfony application. first and go to the config panel and set proper parameter.