umanit/phinx-bundle
最新稳定版本:2.0.5
Composer 安装命令:
composer require umanit/phinx-bundle
包简介
umanit phinx bundle
关键字:
README 文档
README
Composer
The fastest way to install Phinx bundle is to add it to your project using Composer (http://getcomposer.org/).
-
Install Composer:
curl -sS https://getcomposer.org/installer | php -
Require Phinx bundle as a dependency using Composer:
php composer.phar require umanit/phinx-bundle -
Install bundle:
php composer.phar install -
Add bundle to
config/bundles.phpreturn [ // [...] Umanit\PhinxBundle\UmanitPhinxBundle::class => ['all' => true], ];
-
Add bundle config to
config/packages/umanit_phinx.yamlExample:
umanit_phinx: environment: connection: dsn: 'mysql://db_user:db_password@127.0.0.1:3306/db_name'
See
DependencyInjection/Configuration.phpfor full list of available options.
统计信息
- 总下载量: 57.84k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-06