-4

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

Shanika Ediriweera
  • 1,975
  • 2
  • 24
  • 31
  • 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 http://stackoverflow.com/questions/15191259/how-to-deploy-local-mysql-database-to-heroku – chalasr Feb 21 '16 at 10:18

1 Answers1

1

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

John Beynon
  • 37,398
  • 8
  • 88
  • 97
  • 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. – Shanika Ediriweera Feb 28 '16 at 11:07