laravel-filemanager
laravel-filemanager copied to clipboard
Multi Tenancy Support
Hi, thanks for the great work, actually I don't have an issue. I just want to know what are the possibilities to use this package with a multi-tenancy system? Spacially this package Tenancy for Laravel, which has multiple types of identifications, like by domain, subdomain, Path & Request data. Is that possible? if yes, How? Any ideas can help!
Thanks
Any solution?
Any solution?
@KatiaSishost @mrtsglk It works for me, but only with s3 file system. I guess the solution is just make sure your app can upload and retrieve files from tenant folder located in storage and not from storage/app/public. That's why with s3 works fine because it doesn't look to storage app path, just for tenant folder and then files.
@BechirAhmed Yes it only sees the tenant folder. But there is a preview problem. The url is not working correctly. My current preview url : http://localhost/storage/photos/. I want to change url.
still if you are facing this issue, you can use this setting
https://unisharp.github.io/laravel-filemanager/config