Skip to content
/ laravel-realtime Public template

Simple laravel template that provides an easy way to implement and get started with real-time data in your application.

Notifications You must be signed in to change notification settings

david-d-h/laravel-realtime

Repository files navigation

Laravel Realtime

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.

Installation

To get started you need to run a few commands in your terminal.

  • cp .env.example .env
  • composer install
  • ./vendor/bin/sail up --build
  • ./vendor/bin/sail npm install
  • ./vendor/bin/sail npm run dev or ./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.

About

Simple laravel template that provides an easy way to implement and get started with real-time data in your application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published