CommandMigration PHP库以运行命令,例如在部署时。 为什么 有时,在部署时或切换到分支时,我们需要运行一些迁移命令,例如为数据库重新索引,计算聚合,删除所有上传的文件... 通过在ssh中连接到服务器,不再手动进行操作! 该库允许您在功能git分支中声明部署后需要运行哪些命令。 安装 $ composer require elao/command-migration 在Symfony <= 3.4(app / AppKernel.php)上启用捆绑软件 public function registerBundles() { $bundles = array(