Merge pull request 'feature/composer' (#1) from feature/composer into remastering

Reviewed-on: #1
This commit is contained in:
Václav Španinger 2020-12-15 16:10:30 +00:00
commit e11023d1c9
3 changed files with 13 additions and 1 deletions

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ _nemazat/css/font-awesome.min.css
app/updater/*.bin
app/logs/*.log
backup/*.zip
vendor/

1
composer.json Normal file
View File

@ -0,0 +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';