alexssssss/phinx-bundle
最新稳定版本:v2.0.1
Composer 安装命令:
composer require alexssssss/phinx-bundle
包简介
alexssssss phinx bundle
关键字:
README 文档
README
Composer
BASED ON: https://github.com/mvrhov/mvrhovPhinxBundle
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 | phpRequire Phinx bundle as a dependency using Composer:
php composer.phar require alexssssss/phinx-bundleInstall bundle:
php composer.phar installAdd bundle to
config/bundle.phpreturn [ ... \Alexssssss\PhinxBundle\PhinxBundle::class => ['all' => true], ... ];Add bundle config to
app/config/packages/phinx.ymlExample:phinx: adapters: mysql: Phinx\Db\Adapter\MysqlAdapter environment: connection: adapter: mysql host: '%database_host%' port: '%database_port%' name: '%database_name%' user: '%database_user%' pass: '%database_password%' charset: UTF8See
DependencyInjection/Configuration.phpfor full list of available options.
统计信息
- 总下载量: 663
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-28