diff --git a/framework/console/create/default/index.php b/framework/console/create/default/index.php index 810650f..461b364 100644 --- a/framework/console/create/default/index.php +++ b/framework/console/create/default/index.php @@ -1,8 +1,10 @@ run(); +$basePath = dirname(__DIR__).'/protected'; +$app = new \yii\web\Application('webapp', $basePath, $config); +$app->run(); \ No newline at end of file