nenad-zivkovic / yii2-advanced-template

Yii2 improved advanced application template that can bake you cookies
BSD 3-Clause "New" or "Revised" License
93 stars 66 forks source link

Migration class name error #21

Closed flarpy closed 9 years ago

flarpy commented 9 years ago

Downloaded template today, ran migration, got:

Class 'm141022_115912_create_rbac_tables' not found'

In console/migrations/m141022_115912_create_rbac_tables.php class m1401022_115912_create_rbac_tables extends \yii\db\Migration should be class m141022_115912_create_rbac_tables extends \yii\db\Migration

Thanks

nenad-zivkovic commented 9 years ago

What version you have tried to install ? You shouldn't have this problem. I just tried full installation and everything is ok.

You can download the latest version with this command: composer create-project nenad/yii2-advanced-template advanced

flarpy commented 9 years ago

Hi

I forked from github this morning.

On 28 September 2015 at 16:59, Nenad Zivkovic notifications@github.com wrote:

What version you have tried to install ? You shouldn't have this problem. I just tried full installation and everything is ok.

You can download the latest version with this command: composer create-project nenad/yii2-advanced-template advanced

— Reply to this email directly or view it on GitHub https://github.com/nenad-zivkovic/yii2-advanced-template/issues/21#issuecomment-143787953 .

Peter Dunham

nenad-zivkovic commented 9 years ago

Composer installation should work : http://www.freetuts.org/tutorial/view?id=6#advanced

nenad-zivkovic commented 9 years ago

It must work nicely in 2.2.3 version