-4

How to deploy a symfony app with a database to heroku? The database is created using doctrine and manual queries.

1
  • 5
    You can"t ask here for a full guide of how do something. You must have a real programming question that is precise and solvable. For your database in heroku, see stackoverflow.com/questions/15191259/… Commented Feb 21, 2016 at 10:18

1 Answer 1

1

There's a whole guide to this located at https://devcenter.heroku.com/articles/getting-started-with-symfony already.

Sign up to request clarification or add additional context in comments.

1 Comment

The articles I found was not helpful. I have an already finished symfony app which has a mysql database. None of the articles clearly explain how to add the mysql db. One option was using cleardb. But I was stuck halfway. Thank you.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.