thedevdojo / chatter

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

URLs out of scope #231

Open Gugulethu-Nyoni opened 5 years ago

Gugulethu-Nyoni commented 5 years ago

Hi there.

Thanks for the wonderful package. Everything is working fine in my laravel 5.7 app except that all URLs are out of scope. When I click discussions for example that takes me http://localhost/discussions instead of http://localhost/nameofproject/discussions

Anyone experienced this?

Kindly help!

aravinda240 commented 5 years ago

same thing happen to me. i dont know why this is using "/{{ Config::get('chatter.routes.home') }}/{{ Config::get('chatter.routes.discussion') }}" instead of {{ url('/'.Config::get('chatter.routes.home').'/'.Config::get('chatter.routes.discussion')) }}