Open larry-tx opened 8 years ago
Error Class 'johnitvn\ajaxcrudassets\CrudAsset' not found
Same issue. It seems you have to change the import path of CrudAsset in "manager/create.php" view from
use johnitvn\ajaxcrudassets\CrudAsset;
to
use johnitvn\ajaxcrud\CrudAsset;
However, the given extension depends on kartik\grid\Module, so I gave up on trying this settings component.
When I try to access the GUI manager via /settings/manager, I get the error message stating, "Class 'johnitvn\ajaxcrudassets\CrudAsset' not found." The actual vendor path for what seems to be the relevant extension is "\vendor\johnitvn\yii2-ajaxcrud\src\assets.
What is necessary to make this extension work?