mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-16 15:21:13 +08:00
7 lines
155 B
PHP
7 lines
155 B
PHP
<?php
|
|
|
|
require(__DIR__ . '/../../../framework/yii/Yii.php');
|
|
|
|
$application = new yii\web\Application('test', __DIR__ . '/protected');
|
|
$application->run();
|