Download the PHP package markei/doctrinemigrationwebbundle without Composer
On this page you can find all versions of the php package markei/doctrinemigrationwebbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download markei/doctrinemigrationwebbundle
More information about markei/doctrinemigrationwebbundle
Files in markei/doctrinemigrationwebbundle
Package doctrinemigrationwebbundle
Short Description Symfony Bundle to run Doctrine Migrations migrate from the web (if cli is not an option for your webhost)
License MIT
Informations about the package doctrinemigrationwebbundle
README
About this bundle
This bundle provides the Doctrine Migrations migrate command in a controller/web setting.
Installation
1 Add to composer.json to the require
key
2 Register the bundle in app/AppKernel.php
3 Configure your routing app/config/routing.php
, change the prefix in something you like
4 Configure security for the prefix you have defined http://symfony.com/doc/current/book/security.html
5 Configure Doctrine Migrations http://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html
6 Visit the page http://my-site/migration and follow the instructions
Configuration
Configure the prefix via app/config/routing.yml
Configure the common Doctrine Migrations settings via app/config/config.yml
Configure database connections via the doctrine section in app/config/config.yml
Configure security via app/config/security.yml
All versions of doctrinemigrationwebbundle with dependencies
symfony/symfony Version 3.0.*
doctrine/doctrine-migrations-bundle Version ^1.1