thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
898 stars 294 forks source link

Links are dropping URL path of existing Laravel project #208

Open shihjay2 opened 6 years ago

shihjay2 commented 6 years ago

I have an existing Laravel project with the root URL of https://example.com/example. Chatter can be accessed successfully at https://example.com/example/forums. However, links for the Cancel button and the Create Discussion button, for instance are missing the path (https://example.com/forums or https://example.com/forums/discussion) and I would get a 404 error. I'm using Apache 2.4 and designating an alias to the project. Is there a configuration item that I'm missing for existing Laravel projects with an existing path?