nahid / talk

Talk is a real-time users messaging and chatting system for Laravel.
MIT License
1.61k stars 327 forks source link

Allowing table names to be defined by config #99

Open bathan opened 6 years ago

bathan commented 6 years ago

I have already a messages table on my app and its conflicting with this package. It would be awesome if the messages table were to be defined via config instead of being hardcoded.