X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/Filesystem
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
Filesystem
/
📁
..
📄
Cloud.php
(247 B)
📄
Factory.php
(269 B)
📄
FileExistsException.php
(122 B)
📄
FileNotFoundException.php
(124 B)
📄
Filesystem.php
(4.22 KB)
Editing: Cloud.php
<?php namespace Illuminate\Contracts\Filesystem; interface Cloud extends Filesystem { /** * Get the URL for the file at the given path. * * @param string $path * @return string */ public function url($path); }
Upload File
Create Folder