You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PHPREDIS]if using redis for drivers, which our default .env.example has set.
Notes
This demo is meant to be seeded before use. Registration also assumes a pre-seeded database, as we automatically create threads between the admin user and a newly registered user, as well as set friendships.
Calling will be disabled by default. Even though we have our [janus-client] installed, you are responsible for setting up your own Janus Server.
Please see [Janus official docs] for more information.
We use pusher.com by default for our websocket implementation, however you may choose to use the drop-in replacement [laravel-websockets]
Installation
Clone or download this repository
git clone .........................
Composer install
composer install
Rename the .env.example to .env and configure your environment, including your pusher keys if you use pusher.
All other seeded accounts use messenger password as well
UI configurations / Websockets
If you plan to use [laravel-websockets], or want more information regarding our UI, please visit our documentation:
Pictures
Sending images, voice messages, replies, and reactions
Interacting with a chat-bot using triggers to invoke responses
Viewing a bots actions and triggers
Managing a groups participants
In a video call
Sending documents and images, hovering over options / reactions
About
Laravel messenger app using rtippin/messenger. Private and group threads with real-time messaging, reactions, attachments, calling, chat bots and more!