Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Real-Time Data with Laravel Reverb and Vue.js

Bootstrap a Laravel Application and Install Reverb

In this lesson, setup a new Laravel Project with Laravel Breeze and Reverb. Get an overview of the various files added and amended during the installation process.

# create a new laravel project
laravel new laravel-reverb-course

# install laravel reverb
cd laravel-reverb-course
php artisan install:broadcasting 

Links