Base
This commit is contained in:
6
bootstrap/autoload.php
Normal file
6
bootstrap/autoload.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
include_once dirname(__DIR__) . '/vendor/autoload.php';
|
||||
include_once 'errors.php';
|
||||
include_once 'database.php';
|
||||
include_once 'routes.php';
|
||||
?>
|
Reference in New Issue
Block a user