Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 306 Bytes

File metadata and controls

23 lines (16 loc) · 306 Bytes

TestForTransfer

What will be transfered

Installation

composer require minneola/testfoo

Documentation

<?php

require __DIR__ . '/vendor/autoload.php';

$app = new \Minneola\TestFoo\Core\Application(realpath(__DIR__.'/../'));
$app->boot();
$app->run();

Licence

MIT