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.24k stars 479 forks source link

Change routes prefix with subdomain #283

Closed samuelsurbakti closed 1 year ago

samuelsurbakti commented 1 year ago

Can I use this package with subdomain? I mean, instead use prefix like "yourdomain.com/chat", I want tou use like "chat.yourdomain.com"? Anyway, this package so cool

munafio commented 1 year ago

@samuelsurbakti yes you can from the configurations of the routes https://github.com/munafio/chatify/blob/7ae634e13bbf543f06b80a8d9d941e6101a830a4/src/config/chatify.php#L24