barryvdh / laravel-elfinder

elFinder bundle for Laravel
738 stars 171 forks source link

How to rewrite path for disk or make alias for path? #275

Open lotarbo opened 4 years ago

lotarbo commented 4 years ago

I'm using laravel's default public disk, files stored in storage/app/public/images when i select file, i get path public/images/filename, but i want only images/filename, because i use Storage::disk('public')->url($path) in my blade file. I'm trying alias, path,URL in configuration, but that's not what I need. Its possible to do this?