Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

ohmydevops/swoole-laravel-chat

Repository files navigation

Real Time Chat Board

Installing and Running

  1. install composer (reference)

  2. install swoole extension (reference)

  3. run git clone https://github.com/amirbagh75/real-time-messaging.git to clone this repository

  4. run composer install in the root directory of application

  5. run cp .env.example .env

  6. run php artisan key:generate

  7. run php artisan swoole:http start and everything should be ok now 😬