![]() |
Urlaubsplan
|
Öffentliche Attribute | |
| string | $systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system' |
| string | $appDirectory = __DIR__ . '/..' |
| string | $writableDirectory = __DIR__ . '/../../writable' |
| string | $testsDirectory = __DIR__ . '/../../tests' |
| string | $viewDirectory = __DIR__ . '/../Views' |
Holds the paths that are used by the system to locate the main directories, app, system, etc.
Modifying these allows you to restructure your application, share a system folder between multiple applications, and more.
All paths are relative to the project's root folder.
| string Config::Paths::$appDirectory = __DIR__ . '/..' |
| string Config::Paths::$systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system' |
| string Config::Paths::$testsDirectory = __DIR__ . '/../../tests' |
| string Config::Paths::$viewDirectory = __DIR__ . '/../Views' |
| string Config::Paths::$writableDirectory = __DIR__ . '/../../writable' |