This laravel template provides an easy way to get started with real-time data in your laravel applications. It uses Soketi, an open-source WebSockets server and Livewire to provide Laravel Echo integration for your frontend.
To get started you need to run a few commands in your terminal.
cp .env.example .envcomposer install./vendor/bin/sail up --build./vendor/bin/sail npm install./vendor/bin/sail npm run devor./vendor/bin/sail npm run build./vendor/bin/sail artisan key:generate
And then you should be all set to visit your site and start developing!
To learn more about Livewire, Laravel Broadcasting and Soketi I recommend checking out their documentation.