Skip to content

mahmoudmohamedramadan/Laravel-Websocket

Repository files navigation

Laravel Websocket

Laravel Websocket

🚀 Getting Started

First, after you've downloaded this project run the next command

composer install

In addition, you will need to migrate your database, so run the next command

php artisan migrate

⏱ Ratchet Websocket Installation

Run the next command inside your project's directory

composer require cboden/ratchet

FINALLY, run the next command...enjoy 😋

php artisan serve