. */ declare(strict_types=1); namespace Fisharebest\Webtrees; require __DIR__ . '/vendor/autoload.php'; $webtrees = new Webtrees(); $webtrees->bootstrap()->run();