bestmomo / filemanager

Add filemanager to Laravel 5
44 stars 11 forks source link

url is under a subfolder #9

Open shwujiun opened 8 years ago

shwujiun commented 8 years ago

Hi,

my website is under a subfolder like http://localhost/myWebsite so the picture will be wrong . Because it should be http://localhost/myWebsite/filemanager/userfiles/monkey.png rather than http://localhost/filemanager/userfiles/monkey.png

is there any setting to solve this ?

thank you!

bestmomo commented 8 years ago

Hi,

Do you get all images in filemanager window ?

shwujiun commented 8 years ago

Yes,all images show in the window. but after i select one and back to ckeditor, i saw the url is wrong.