bestmomo / laravel5-example

Simple laravel5 example for tutorial
MIT License
1.2k stars 568 forks source link

baseUrl config in filemanager.config.js #45

Closed lon-io closed 8 years ago

lon-io commented 8 years ago

Hi again mate, thanks so much for your help previously, there's an issue with the filemanager.config.js file. Whenever a new file is uploaded whne using the manager, the file url is prefixed with "/filemanager/", hence it can't be previewed since the url is wrong. I changed my baseUrl in filemanager.config.js to "baseUrl": false, to get it to work.

bestmomo commented 8 years ago

Hi, I've already met this issue that happens on some servers. I dont know why.

lon-io commented 8 years ago

Alright then, thanks!