. */ use SP\Core\Bootstrap\BootstrapWeb; const APP_ROOT = __DIR__; const APP_MODULE = 'web'; $dic = require APP_ROOT.DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'Base.php'; BootstrapWeb::run($dic);