api-platform-heroku icon indicating copy to clipboard operation
api-platform-heroku copied to clipboard

Dunglas\Heroku\Database not on autorun

Open brunoreis opened this issue 7 years ago • 0 comments

When deploying I was not able to put that class on autorun. I did it locally by running composer update. But was not able to do it on heroku.

So I decided to use this that seemed a better approach than having to rely on that Database::createParameters method:

doctrine:
    dbal:
        driver: pdo_mysql
        url: "%env(DATABASE_URL)%"

brunoreis avatar Jan 05 '18 14:01 brunoreis