cmgmyr / laravel-messenger

Simple user messaging package for Laravel
MIT License
2.46k stars 517 forks source link

Just curious, is laravel-messenger a good fit as a light-weight forum? #22

Closed ziming closed 9 years ago

ziming commented 9 years ago

Just curious, is laravel-messenger a good fit as a light-weight forum? Has anyone done it this way (customize it to a forum with basic categories) and how is it?

cmgmyr commented 9 years ago

I'm actually thinking about doing this in a personal project. I don't see why it wouldn't work for a basic forum once you extend it to add in categories. Could work out pretty nicely actually

ziming commented 9 years ago

Hmm. In terms of forum packages for Laravel, are there any good recommendations?