Skip to content

umanit/phinx-bundle

 
 

Repository files navigation

Composer

The fastest way to install Phinx bundle is to add it to your project using Composer (http://getcomposer.org/).

  1. Install Composer:

    curl -sS https://getcomposer.org/installer | php
    
  2. Require Phinx bundle as a dependency using Composer:

    php composer.phar require umanit/phinx-bundle
    
  3. Install bundle:

    php composer.phar install
    
  4. Add bundle to config/bundles.php

    return [
        // [...]
        Umanit\PhinxBundle\UmanitPhinxBundle::class => ['all' => true],
    ];
  5. Add bundle config to config/packages/umanit_phinx.yaml

    Example:

    umanit_phinx:
        environment:
            connection:
                dsn: 'mysql://db_user:[email protected]:3306/db_name'

    See DependencyInjection/Configuration.php for full list of available options.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%