swoole-laravel-chat
swoole-laravel-chat copied to clipboard
Simple stateless chat board [Swoole + SocketIO + Laravel]
Real Time Chat Board

Installing and Running
-
install composer (reference)
-
install swoole extension (reference)
-
run
git clone https://github.com/amirbagh75/real-time-messaging.gitto clone this repository -
run
composer installin the root directory of application -
run
cp .env.example .env -
run
php artisan key:generate -
run
php artisan swoole:http startand everything should be ok now 😬