moro/team-migrations-silex

Integration project for team-migrations package

2.1.1 2020-03-30 14:41 UTC

This package is auto-updated.

Last update: 2024-03-29 03:14:56 UTC


README

Migrations system for storage structure and database schema.

Requirements

Installation

php composer.phar require moro/team-migrations-silex "~2.0"

Registration

    <?php // bootstrap.php
    $app->register(new TeamMigrationsServiceProvider(), [
      'team-migrations.options' => [
        'environment' => 'development',
        'path.project' => dirname(__DIR__),
        /* ... */
      ],
      'team-migrations.providers' => [
        new FilesStorageHandlerProvider(),
        /* ... */
      ],
    ]);

License

Package moro/team-migrations-silex is licensed under the MIT license.

2015-2016