<?php

/**
 * Enter console commands from framework HLEB.
 * All service commands: php console --help
 */

define('HLEB_GLOBAL_DIRECTORY', __DIR__);
define('HLEB_PUBLIC_DIR', realpath(HLEB_GLOBAL_DIRECTORY . '/public'));

// Корневая папка шаблонов в системе
// Root template folder on the system 
define('TEMPLATES', realpath(HLEB_GLOBAL_DIRECTORY . '/resources/views'));

require realpath(__DIR__ . '/vendor/phphleb/framework/console.php');
