yii2-attachments
yii2-attachments copied to clipboard
Configuration of migration
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?
put this into your src/config/main.php or whatever application template you use...