toby/ecs.php
Krzysztof Rewak 2abd83526d
#1 - skeleton polishing (#12)
* #1 - skeleton polishing

* #1 - readme
2022-01-12 08:49:22 +01:00

14 lines
284 B
PHP

<?php
declare(strict_types=1);
use Blumilk\Codestyle\Config;
use Blumilk\Codestyle\Configuration\Defaults\LaravelPaths;
$paths = new LaravelPaths();
$config = new Config(
paths: $paths->add("public", "bootstrap/app.php", "ecs.php", "server.php"),
);
return $config->config();