SILT
Svelte 5, Inertia.js, Laravel, Tailwind CSS 4.
@elyracode/stack-silt is the Elyra stack profile for Svelte‑on‑Laravel. It covers Svelte 5 runes, the @inertiajs/svelte adapter, the Inertia.js protocol, Laravel/Inertia controller and form patterns, TypeScript type sync between backend and frontend, and common pitfalls.
Install
elyra install npm:@elyracode/stack-silt
What’s included
- Skills — Svelte 5 runes (
$state,$derived,$effect,$props), the@inertiajs/svelteadapter, the Inertia.js protocol, Laravel controller patterns for Inertia,useFormform handling, TypeScript type sync, and common gotchas. - Commands —
/silt:infoshows the profile status.
Examples
> Build a products CRUD with a Svelte table and a dialog
> Create a dashboard with stats cards using Svelte 5 runes
> Set up form validation with useForm and Inertia
> Add a confirmation dialog before deleting a record
Auto‑detection
Elyra detects SILT projects (Svelte 5 + Inertia + Laravel + Tailwind in dependencies) and suggests this profile.