laravel-filemanager icon indicating copy to clipboard operation
laravel-filemanager copied to clipboard

Private File Browser

Open mgolshan opened this issue 8 years ago • 5 comments

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.

mgolshan avatar Mar 05 '16 15:03 mgolshan

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.

youchenlee avatar Mar 05 '16 21:03 youchenlee

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 avatar Mar 06 '16 01:03 mgolshan

@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.

youchenlee avatar Mar 06 '16 08:03 youchenlee

its @tsawler sorry for the typo.

youchenlee avatar Mar 06 '16 08:03 youchenlee

My PR allows you to do that quite easily: https://github.com/tsawler/laravel-filemanager/pull/84

datashaman avatar Sep 02 '16 10:09 datashaman