Laravel-WebSockets-Chat-Example icon indicating copy to clipboard operation
Laravel-WebSockets-Chat-Example copied to clipboard

Example of a real-time chat system built with the Laravel WebSockets package, VueJs, and Laravel-echo.

Laravel WebSockets 🛰 Chat Example

This is a Chat system example application built with the Laravel WebSockets package, VueJs and Laravel-Echo.

Tutorial

Real-time Chat system

Usage

  1. Clone this repository git clone [email protected]:qirolab/Laravel-WebSockets-Chat-Example.git
  2. composer install
  3. php artisan key:generate
  4. cp .env.example .env and configure your database in .env file.
  5. Run migration to create tables in database. php artisan migrate
  6. Final step run websockets server. php artisan websockets:serve,

Now test it in your browser.