"{$APP_DIR}/views", // Cache paths 'data_cache_path' => "{$APP_DIR}/cache", 'img_cache_path' => "{$ROOT_DIR}/public/images", // Included config files 'database' => require 'database.php', 'menus' => require 'menus.php', 'routes' => require 'routes.php', ];