svelte-broadcasting-dashboard Svelte Themes

Svelte Broadcasting Dashboard

Svelte Broadcasting Demo

A Laravel broadcasting demo with Inertia.js, Svelte 5, and Tailwind CSS.

Prerequisites

This project depends on @laravel/echo-svelte, which is not yet published to npm. You need to clone and build it locally.

  1. Clone the svelte-5 branch of Laravel Echo somewhere on your machine:
git clone -b svelte-5 https://github.com/laravel/echo.git /path/to/echo
  1. Build the Svelte package:
cd /path/to/echo/packages/svelte
pnpm install
pnpm run build
  1. Update package.json in this project to point to your local copy:
"@laravel/echo-svelte": "file:/path/to/echo/packages/svelte"
  1. Install dependencies:
npm install

Getting Started

composer setup
composer dev

Navigate to http://127.0.0.1:8000 to see the real-time broadcasting demo.

Top categories

Loading Svelte Themes