Add in web/config.php new const APP_NAME
define('APP_NAME', "dframe_demo"); // Project Name
Add in app/bootstrap.php
$this->providers['core'] = [ 'router' => \Dframe\Router::class, ];
info at phpclasses dot org