gnu-social/vendor/cilex/cilex/example.php
2020-08-07 23:42:38 +01:00

6 lines
158 B
PHP

<?php
require_once __DIR__ . '/vendor/autoload.php';
$app = new \Cilex\Application('Cilex');
//$app->command(new \Cilex\Command\GreetCommand());
$app->run();