承接 alexssssss/phinx-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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/).

  1. Install Composer:

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

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

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

     return [
         ...
         \Alexssssss\PhinxBundle\PhinxBundle::class => ['all' => true],
         ...
     ];
    
  5. Add bundle config to app/config/packages/phinx.yml Example:

     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: UTF8
    

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

统计信息

  • 总下载量: 663
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-12-28