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