/
home
/
techb158
/
exp.abdallabala.com
/
vendor
/
illuminate
/
contracts
/
View
/
/home/techb158/exp.abdallabala.com/vendor/illuminate/contracts/View
mkdir
upload
Name
Size
Mode
Actions
Engine.php
266
0644
edit
dl
rm
Factory.php
1933
0644
edit
dl
rm
View.php
542
0644
edit
dl
rm
Edit:
/home/techb158/exp.abdallabala.com/vendor/illuminate/contracts/View/Engine.php
(266B)
<?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