1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-05 12:47:45 +02:00

refactor(core): new project folder instead of site

BREAKING CHANGES

- rename `site` into `project`
- use new constant PATH['project'] instead of constant PATH['site']
This commit is contained in:
Awilum
2020-04-26 22:41:26 +03:00
parent 6bce7a9841
commit 8a07ffa544

View File

@@ -32,7 +32,7 @@ define('ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd()));
* Define the PATH (without trailing slash).
*/
define('PATH', [
'site' => ROOT_DIR . '/site',
'project' => ROOT_DIR . '/project',
'config' => ROOT_DIR . '/src/flextype/config',
'cache' => ROOT_DIR . '/var/cache',
'logs' => ROOT_DIR . '/var/logs',