barryvdh / laravel-elfinder

elFinder bundle for Laravel
738 stars 171 forks source link

Elfinder mount network volume HOWTO (for Box, for example) #280

Open froid24 opened 4 years ago

froid24 commented 4 years ago

Hi,

I use this wrapper in a Laravel 5.7 project and I would like to use the Mount network volume option.

However my project is a multi-tenant one and each tenant accesses the app using its own subdomain. The Box App needs to register a return url, but in my case it is depending on the subdomain.

What solution is there for such a case?

Thank you so much in advance!

Cheers!