Youchen Lee (isacl)

Results 14 comments of Youchen Lee (isacl)

Hi @AEK-BKF does 83f9377 fix this issue?

Excellent idea. The long one would be use the default value parameter, it's very redundant: ```php $value = Setting::get('file.name', config('file.name')); ``` perhaps adding a setFallback() method, and can be use...

This issue exists on my iPhone (on both Safari and Google Chrome) and my Android phone (with Google Chrome), other browsers not been tested yet. I think this is not...

@Mgsy thank you for the update. I will try on my Google Chrome on Android again and update the result here.

reference: https://github.com/laravel/framework/issues/7319#issuecomment-73362932 Agree with @hbody and @FreedomKnight , we should prevent closure routes since fileapi should be optimized for performance. BTW, a nginx/apache alias or cache to the `storage/app/images` folder...

Hi @cyrilblankaert, Thank you, we were just wrapping CKEditor to a laravel package. No big deal. After `vendor:publish`, the skins folder should be at `public/vendor/unisharp/laravel-ckeditor/skins` and you should be able...

Hi @risul3, Thank you. That is a very good question. Mostly we put our CKEditor config file and plugin folders in the laravel git repo, and during the build steps...

Hi, filemanager list all files in folders by default. To add a search box, you will need to modify `ItemController::getItems()` to filter the files by the search criterias. You may...

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