Posts by Marcelo Da Silva Santos • 36 points
1 post
-
2
votes1
answer153
viewsA: Using Symfony to start the database automatically when deploying the project
There is a feature in Doctrine called Doctrine Migrations. You can select your database and even add an initial load when executing the "migrate" command. There is a Symfony2 Bundle for this:…