예제 #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();