taktik-nette
This commit is contained in:
11
www/index.php
Normal file
11
www/index.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
$bootstrap = new App\Bootstrap;
|
||||
$container = $bootstrap->bootWebApplication();
|
||||
|
||||
$application = $container->getByType(Nette\Application\Application::class);
|
||||
$application->run();
|
||||
Reference in New Issue
Block a user