CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

Configuration of migration #66

Open Legion112 opened 6 years ago

Legion112 commented 6 years ago

I've never seen something similar before

Apply migrations

    'controllerMap' => [
    ...
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationNamespaces' => [
            'nemmo\attachments\migrations',
        ],
    ],
    ...
    ],

php yii migrate/up

I'm using the advanced template. Where am I must put this config?

philippfrenzel commented 6 years ago

put this into your src/config/main.php or whatever application template you use...