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