This Laravel project is a simulation of a real-time chat system between two users. Pusher, a cloud-based platform, was employed to facilitate the rapid development of real-time web and mobile applications. Laravel Pusher is highly favored for its simplicity and user-friendly interface.
Copy .env.example and name .env and populate the following API keys
- BROADCAST_DRIVER
- PUSHER_APP_ID
- PUSHER_APP_KEY
- PUSHER_APP_SECRET
- PUSHER_APP_CLUSTER
The Laravel framework is open-sourced software licensed under the MIT license.