Init
This commit is contained in:
10
www/index.php
Executable file
10
www/index.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
$configurator = App\Bootstrap::boot();
|
||||
$container = $configurator->createContainer();
|
||||
$application = $container->getByType(Nette\Application\Application::class);
|
||||
$application->run();
|
||||
Reference in New Issue
Block a user