diff --git a/apps/basic/requirements.php b/apps/basic/requirements.php index c075760..c9e6493 100644 --- a/apps/basic/requirements.php +++ b/apps/basic/requirements.php @@ -11,7 +11,7 @@ */ // you may need to adjust this path to the correct Yii framework path -$frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2/yii.'; +$frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2/yii'; if (!is_dir($frameworkPath)) { echo '

Error

';