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?