P
P
platon20102015-02-09 14:13:12
Yii
platon2010, 2015-02-09 14:13:12

Why is yii2-migration-utility not connected?

I want to connect the module www.yiiframework.com/extension/yii2-migration-utility
installed, connected in common/config/main.php

'modules'    => [
            'utility' => [
                'class' => 'c006\utility\migration\Module',
            ],
        ],

after following the link /index.php?r=utility/index an error is generated
Class c006\utility\migration\Module does not exist

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Grechushnikov, 2015-02-09
@platon2010

So look at the source, maybe there is no such file in the vendors, maybe the namespace is not the same. Documentation often doesn't keep up with changes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question