exemple/public/index.php

6 lines
93 B
PHP
Raw Normal View History

2017-06-10 15:20:06 +00:00
<?php
require __DIR__.'/../vendor/autoload.php';
$app = new Exemple\MyApp();
$app->run();
?>