/
var
/
www
/
flurhymez
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Foundation
/
/var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Contracts/Foundation
mkdir
upload
Name
Size
Mode
Actions
Application.php
4652
0644
edit
dl
rm
CachesConfiguration.php
520
0644
edit
dl
rm
CachesRoutes.php
350
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Contracts/Foundation/CachesRoutes.php
(350B)
<?php namespace Illuminate\Contracts\Foundation; interface CachesRoutes { /** * Determine if the application routes are cached. * * @return bool */ public function routesAreCached(); /** * Get the path to the routes cache file. * * @return string */ public function getCachedRoutesPath(); }
Save
cmd:
run