Tag Archives: DoctrineMigrationsBundle

How to install DoctrineMigrationsBundle using composer in symfony 2.1.4

on

I want to install DoctrineMigrationsBundle in my project, but I couldn’t find any documentation to install the bundle using composer.json. I spend few hours to find the way of installation. So Let’s see how to do that. DoctrineMigrationsBundle offers well and safe way to deploy new versions of your database schema. Find the corresponding documentation […]

Read more..