Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 migrate 命令与 yii2 基本模板一起使用,我尝试过“yii migrate”和“php yii migrate”,但它们都没有工作。我也试过php init,但它说“无法打开输入文件:init”。
Yii2 basic不附带启动迁移文件作为用户迁移文件。您可以从高级模板中导入这些文件并放入迁移文件夹中。之后并配置您的数据库,您可以运行yii migrate.
yii migrate