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.
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.
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.