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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user