You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Yii2 basic application template and I have hosted the software files on my VPS server. I have installed composer and also updated. When I start to run the application it shows the error as below:
ReflectionException
Class app\assets\DisableSubmitButtonsAsset does not exist
The text was updated successfully, but these errors were encountered:
use faryshta\disableSubmitButtons\Asset as DisableSubmitButtonAsset;
class AppAsset extends yii\web\AssetBundle
{
public $depends = [
DisableSubmitButtonAsset::class, // <-- this line
// other dependencies
];
}
I am using Yii2 basic application template and I have hosted the software files on my VPS server. I have installed composer and also updated. When I start to run the application it shows the error as below:
ReflectionException
Class app\assets\DisableSubmitButtonsAsset does not exist
The text was updated successfully, but these errors were encountered: