exemple/public/index.php

6 lines
93 B
PHP

<?php
require __DIR__.'/../vendor/autoload.php';
$app = new Exemple\MyApp();
$app->run();
?>