feature/composer #1

Manually merged
JonatanRek merged 3 commits from feature/composer into remastering 2020-12-15 16:10:31 +00:00
3 changed files with 13 additions and 1 deletions
+3
View File
@@ -15,3 +15,6 @@ _nemazat/css/font-awesome.min.css
app/updater/*.bin
app/logs/*.log
backup/*.zip
vendor/
+1
View File
@@ -0,0 +1 @@
{}
+9 -1
View File
@@ -1,3 +1,11 @@
<?php
require_once __DIR__ . '/../app/Bootstrap.php';
/**
* Composer autoload
*/
require_once __DIR__ . '/../vendor/autoload.php';
/**
* todo: Create a new bootstrap architecture.
*/
require_once __DIR__ . '/../app/Bootstrap.php';