A Laravel broadcasting demo with Inertia.js, Svelte 5, and Tailwind CSS.
This project depends on @laravel/echo-svelte, which is not yet published to npm. You need to clone and build it locally.
svelte-5 branch of Laravel Echo somewhere on your machine:git clone -b svelte-5 https://github.com/laravel/echo.git /path/to/echo
cd /path/to/echo/packages/svelte
pnpm install
pnpm run build
package.json in this project to point to your local copy:"@laravel/echo-svelte": "file:/path/to/echo/packages/svelte"
npm install
composer setup
composer dev
Navigate to http://127.0.0.1:8000 to see the real-time broadcasting demo.