コード例 #1
0
ファイル: index.php プロジェクト: bahrul221/tc-tgm
<?php

use App\App;
use App\Route;
use App\Authentication\Authentication;
include './config.php';
include './autoload.php';
App::begin();
Authentication::auth();
Route::get();
App::end();