Laravel-WebSockets-Chat-Example
Laravel-WebSockets-Chat-Example copied to clipboard
Example of a real-time chat system built with the Laravel WebSockets package, VueJs, and Laravel-echo.
trafficstars
Laravel WebSockets 🛰 Chat Example
This is a Chat system example application built with the Laravel WebSockets package, VueJs and Laravel-Echo.
Tutorial
Usage
- Clone this repository
git clone [email protected]:qirolab/Laravel-WebSockets-Chat-Example.git composer installphp artisan key:generatecp .env.example .envand configure your database in .env file.- Run migration to create tables in database.
php artisan migrate - Final step run websockets server.
php artisan websockets:serve,
Now test it in your browser.
