Laravel WebSockets Chat Example Save

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

Project README

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.

Download your copy of the eBook today and become a JavaScript pro

JavaScript: ES2015 to ES2023

Open Source Agenda is not affiliated with "Laravel WebSockets Chat Example" Project. README Source: qirolab/Laravel-WebSockets-Chat-Example

Open Source Agenda Badge

Open Source Agenda Rating