no-framework-tutorial/implementation/01-front-controller/public/index.php

5 lines
No EOL
77 B
PHP

<?php
declare(strict_types = 1);
require __DIR__ . '/../src/Bootstrap.php';