How to integrate KCFinder with Laravel?

2

I'm making a form where the user can insert an image along with the text. Searching the internet I found KCFinder that does exactly what I need. I made it up with CKEditor and so far so good. The problem is that I'm developing the application with Laravel, and when I try to upload image with KCFinder, it gives a route error, says it does not exist. Actually the route does not exist, I do not know how to create a route to the KCFinder folder (which is in the application's public folder). Does anyone know how?

    
asked by anonymous 11.07.2016 / 21:27

1 answer

1

I was able to solve the problem by putting the KCFinder folder inside the public folder of Laravel. I was putting it inside the CKEditor folder, so the URL's did not work

    
13.07.2016 / 15:01