A simple real time chat app built with Laravel and Ratchet WebSocket server.
- Download or clone the repository.
cdinto the directory and runcomposer install- Run
php artisan key:generateandphp artisan migrate
- Start ratchet server with
php artisan ratchet:init - Start app server with
php artisan serve
