Compare commits

...

4 Commits

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/updater/*.bin
app/logs/*.log app/logs/*.log
backup/*.zip backup/*.zip
vendor/

1
composer.json Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -1,3 +1,11 @@
<?php <?php
/**
* Composer autoload
*/
require_once __DIR__ . '/../vendor/autoload.php';
/**
* todo: Create a new bootstrap architecture.
*/
require_once __DIR__ . '/../app/Bootstrap.php'; require_once __DIR__ . '/../app/Bootstrap.php';