barryvdh / laravel-elfinder

elFinder bundle for Laravel
741 stars 171 forks source link

Is possible override ElfinderController? #326

Closed MarlonEtiene closed 1 year ago

MarlonEtiene commented 1 year ago

Hi! First this package is great! In my development I am using mult-tenant and other things, and need to use storage_path instead public_path, and I see the public_path is hardcoded in the ElfinderController. Then can I override this controller?

MarlonEtiene commented 1 year ago

Hi again! I found the way in the ServiceProvider It's done!