D
D
des1roer2016-03-22 09:34:14
Yii
des1roer, 2016-03-22 09:34:14

Yii 2 migrations from vendors?

How can I include a folder from the vendor in the migration folder?

php yii migrate [email protected]/amnah/yii2-user/migrations

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Pozdnyakov, 2016-03-22
@Afinogen

For example like this

<?php
require(Yii::getAlias('@yii/rbac/migrations/m140506_102106_rbac_init.php'));

class m140703_123813_rbac extends m140506_102106_rbac_init
{

}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question