forked from mikelbring/tinyissue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
19 lines (15 loc) · 680 Bytes
/
index.php
File metadata and controls
19 lines (15 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
define('LARAVEL_START', microtime(true));
// --------------------------------------------------------------
// The path to the application directory.
// --------------------------------------------------------------
$application = './app/application';
// --------------------------------------------------------------
// The path to the Laravel directory.
// --------------------------------------------------------------
$laravel = './app/laravel';
// --------------------------------------------------------------
// The path to the public directory.
// --------------------------------------------------------------
$public = __DIR__;
require $laravel.'/laravel.php';