WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

pd-0120/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 [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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 79.1%
  • Blade 17.4%
  • Vue 2.9%
  • Shell 0.6%