emyu01 / laravel-websockets-chat-app-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:PHP 79.2%Language:Blade 17.4%Language:Vue 2.9%Language:Shell 0.6%