johnitvn / yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2
100 stars 114 forks source link

Class 'johnitvn\ajaxcrud\assets\CrudAsset' not found #6

Closed hdushku closed 9 years ago

hdushku commented 9 years ago

after update to version 1.0.3

Class 'johnitvn\ajaxcrud\assets\CrudAsset' not found

johnitvn commented 9 years ago

I did separate assets into other repo so you must regenerate or change below line

use johnitvn\ajaxcrud\assets\CrudAsset;

to

use johnitvn\ajaxcrudassets\CrudAsset; 

in index.php

hdushku commented 9 years ago

Thanks Solved