This is a Chat system example application built with the Laravel WebSockets package, VueJs and Laravel-Echo.
- Clone this repository
git clone [email protected]:qirolab/Laravel-WebSockets-Chat-Example.git
composer install
php artisan key:generate
cp .env.example .env
and configure your database in .env file.- Run migration to create tables in database.
php artisan migrate
- Final step run websockets server.
php artisan websockets:serve
,
Now test it in your browser.