Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

readme.md

File metadata and controls

25 lines (17 loc) · 1.04 KB

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