What will be transfered
composer require minneola/testfoo
<?php
require __DIR__ . '/vendor/autoload.php';
$app = new \Minneola\TestFoo\Core\Application(realpath(__DIR__.'/../'));
$app->boot();
$app->run();| Name | Name | Last commit date | ||
|---|---|---|---|---|
What will be transfered
composer require minneola/testfoo
<?php
require __DIR__ . '/vendor/autoload.php';
$app = new \Minneola\TestFoo\Core\Application(realpath(__DIR__.'/../'));
$app->boot();
$app->run();