Minneola / TestForTransfer

Only a Test Repository.
https://github.com/Minneola/TestForTransfer
MIT License
3 stars 1 forks source link

Minneola Framework

This is the main source of the Minneola Framework. You can find a sample installation on https://github.com/Minneola/Foo.

Contributor

Installation

composer require minneola/testfoo

Documentation

We will provide a full documentation on the Wiki section of GitHub. You can find it here: Full Wiki Documentation While we work on it here is a short one for getting started.

<?php

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

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

Licence

MIT