You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Symfony2 bundle in the same optic as DoctrineMigrations. The difference is that this bundle uses plain SQL scripts divided in ups and downs to apply evolutions to a given database.
A Symfony2 bundle with an Assetic filter to use Coffeescript. There is no requirement on Nodejs for this bundle as the Coffeescript interpreter is a pure PHP implementation by @ALXIT.