templates-site/bin/index.php

10 lines
214 B
PHP
Raw Normal View History

<?php
$root = realpath(implode(DIRECTORY_SEPARATOR, [__DIR__, "..", "..", ".."]));
include implode(DIRECTORY_SEPARATOR, [$root, "vendor", "autoload.php"]);
use \Lewp\Site;
new Site("localhost", "home", $root);