laravel-filemanager
laravel-filemanager copied to clipboard
Private File Browser
How Can I make it private for each user?
For example, I want to create a folder per each user based on the user_id. Then, each user can access to his folder contents.
Hi @mgolshan , We have a fork with private / per-user folder support at https://github.com/UniSharp/laravel-filemanager Please let me know if it match your need or not. Feel free to send us suggestions.
Thank you. It's great and almost the thing that I was looking for. I face to some jQuery errors while cropping, resizing, ... . I'll try to find the problem.
@mgolshan Glad to help. Thanks to @tsalwer for the great package. Most of the features are done by tsalwer.
If you can describe the steps to reproduce the error, please file an issue to let us know.
its @tsawler sorry for the typo.
My PR allows you to do that quite easily: https://github.com/tsawler/laravel-filemanager/pull/84