laravelista / comments

Native comments for your Laravel application.
MIT License
744 stars 142 forks source link

Enable comments without login #119

Closed hamadodene closed 3 years ago

hamadodene commented 3 years ago

Hi, I have a site without user login. I only have an admin login panel made with voyager. There is a way to just enable guest_commenting and disable user login mode?

mabasic commented 3 years ago

Yes. You can enable the guest commenting, publish the view and comment out the login parts.

hamadodene commented 3 years ago

Perfect, thanks you