yii2-attachments icon indicating copy to clipboard operation
yii2-attachments copied to clipboard

Configuration of migration

Open Legion112 opened this issue 7 years ago • 1 comments

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?

Legion112 avatar Mar 15 '18 08:03 Legion112

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

philippfrenzel avatar Mar 19 '18 12:03 philippfrenzel