Skip to content

qirolab/Laravel-WebSockets-Chat-Example

Repository files navigation

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 git@github.com: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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published