init
This commit is contained in:
commit
203233d2ed
71 changed files with 8213 additions and 0 deletions
7
public/index.php
Normal file
7
public/index.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
use App\Kernel;
|
||||
|
||||
require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
|
||||
return static fn(array $context): Kernel
|
||||
=> new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
|
Loading…
Add table
Add a link
Reference in a new issue