mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-17 07:51:12 +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();
|