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