Property | Type | Description | |
---|---|---|---|
$configDefaults | array | Configration defaults. | |
$loader |
Method | Description | |
---|---|---|
__construct ( ) | ||
registerNamespace ( string $namespace, string $directory ) | Registers the namespace and directory with the autoloader. |
Method | Description | |
---|---|---|
configureDatabase ( ) | Connect to the database. | |
configureTemplating ( ) | Configure templating. | |
loadPlugins ( ) | Load plugins. | |
loadRoutes ( ) | Load routes. | |
loadTranslations ( ) | Load translations. | |
setupAliases ( ) | Alias commonly used helpers. |
public static registerNamespace ( string $namespace, string $directory ) | ||
$namespace | string | |
$directory | string |
protected array $configDefaults | ||
return | array |