PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Foundation
<?php namespace RectorPrefix202411\Illuminate\Contracts\Foundation; interface CachesConfiguration { /** * Determine if the application configuration is cached. * * @return bool */ public function configurationIsCached(); /** * Get the path to the configuration cache file. * * @return string */ public function getCachedConfigPath(); /** * Get the path to the cached services.php file. * * @return string */ public function getCachedServicesPath(); }
[-] CachesConfiguration.php
[edit]
[+]
..
[-] CachesRoutes.php
[edit]
[-] ExceptionRenderer.php
[edit]
[-] MaintenanceMode.php
[edit]
[-] Application.php
[edit]