PHP_SMART_HOME_V3/public/index.php

12 lines
190 B
PHP
Raw Normal View History

2020-04-20 19:49:30 +00:00
<?php
2020-04-21 13:27:57 +00:00
/**
* Composer autoload
*/
require_once __DIR__ . '/../vendor/autoload.php';
2020-12-15 15:59:08 +00:00
/**
* todo: Create a new bootstrap architecture.
*/
require_once __DIR__ . '/../app/Bootstrap.php';