munafio / chatify

Laravel's #1 one-to-one chatting system package, helps you add a complete real-time chatting system to your new/existing Laravel application with only one command.
https://chatify.munafio.com
MIT License
2.25k stars 482 forks source link

Support for datatable user primary key different as id and using UUID #345

Closed jordivela007 closed 6 months ago

jordivela007 commented 6 months ago

In the installation, add support for specific user primary key name and using UUID. Maybe in the migrations add the possibility to modify ch_favorite to use UUID(36) in the field user_id, and in the ch_messages to from_id and to_id too.

munafio commented 6 months ago

@jordivela007 This can be done by you, customize it as your needs