fipamo/public/index.php

8 lines
81 B
PHP

<?php
require "../vendor/autoload.php";
use brain\init\App as App;
new App();