How to deploy a symfony app with a database to heroku? The database is created using doctrine and manual queries.
1
-
5You 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/…chalasr– chalasr2016-02-21 10:18:00 +00:00Commented Feb 21, 2016 at 10:18
Add a comment
|
1 Answer
There's a whole guide to this located at https://devcenter.heroku.com/articles/getting-started-with-symfony already.
1 Comment
Shanika Ediriweera
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.