X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/Foundation
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
Foundation
/
📁
..
📄
Application.php
(4.69 KB)
📄
CachesConfiguration.php
(520 B)
📄
CachesRoutes.php
(350 B)
Editing: CachesConfiguration.php
<?php namespace 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(); }
Upload File
Create Folder