X7ROOT File Manager
Current Path:
/home/okeydcqc/public_html/wp-content/plugins/depicter/app/src/Media
home
/
okeydcqc
/
public_html
/
wp-content
/
plugins
/
depicter
/
app
/
src
/
Media
/
ðŸ“
..
📄
File.php
(1.75 KB)
ðŸ“
Image
📄
Uri.php
(331 B)
📄
Url.php
(1.19 KB)
Editing: Uri.php
<?php namespace Depicter\Media; class Uri { /** * Convert path to url * * @param string $file File path * * @return string */ public static function toUrl( $file ) { return str_replace( \Depicter::storage()->uploads()->getBaseDirectory(), \Depicter::storage()->uploads()->getBaseUrl(), $file ); } }
Upload File
Create Folder