CommandMigration:用于运行迁移命令的库例如在部署时 源码
CommandMigration PHP库以运行命令,例如在部署时。 为什么 有时,在部署时或切换到分支时,我们需要运行一些迁移命令,例如为数据库重新索引,计算聚合,删除所有上传的文件... 通过在ssh中连接到服务器,不再手动进行操作! 该库允许您在功能git分支中声明部署后需要运行哪些命令。 安装 $ composer require elao/command-migration 在Symfony <= 3.4(app / AppKernel.php)上启用捆绑软件 public function registerBundles() { $bundles = array(
文件列表
CommandMigration-master.zip
(预估有个26文件)
CommandMigration-master
composer.json
1KB
bin
elao-command-migration
607B
LICENSE
1KB
src
Events.php
124B
Migration
GetNotExecutedMigrations.php
750B
Subscriber
暂无评论