markei/doctrinemigrationwebbundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

markei/doctrinemigrationwebbundle

Composer 安装命令:

composer require markei/doctrinemigrationwebbundle

包简介

Symfony Bundle to run Doctrine Migrations migrate from the web (if cli is not an option for your webhost)

README 文档

README

About this bundle

This bundle provides the Doctrine Migrations migrate command in a controller/web setting.

Installation

1 Add to composer.json to the require key

    $composer require markei/doctrinemigrationwebbundle

2 Register the bundle in app/AppKernel.php

    $bundles = array(
        // ...
        new Markei\DoctrineMigrationWebBundle\MarkeiDoctrineMigrationWebBundle(),
    );

3 Configure your routing app/config/routing.php, change the prefix in something you like

    markei_doctrine_migration_web:
        resource: "@MarkeiDoctrineMigrationWebBundle/Controller/"
        type:     annotation
        prefix:   /migration

4 Configure security for the prefix you have defined http://symfony.com/doc/current/book/security.html

5 Configure Doctrine Migrations http://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html

6 Visit the page http://my-site/migration and follow the instructions

Configuration

Configure the prefix via app/config/routing.yml

Configure the common Doctrine Migrations settings via app/config/config.yml

Configure database connections via the doctrine section in app/config/config.yml

Configure security via app/config/security.yml

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-03-07

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固