Download the PHP package k2412/inertia-scaffold-svelte without Composer
On this page you can find all versions of the php package k2412/inertia-scaffold-svelte. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download k2412/inertia-scaffold-svelte
More information about k2412/inertia-scaffold-svelte
Files in k2412/inertia-scaffold-svelte
Package inertia-scaffold-svelte
Short Description Artisan command to scaffold Laravel + Inertia v3 + Svelte 5 pages (controller, FormRequest, Service/Action, Svelte CRUD pages, state class) following opinionated architecture conventions.
License MIT
Informations about the package inertia-scaffold-svelte
k2412/inertia-scaffold-svelte
Artisan command that scaffolds Laravel + Inertia v3 + Svelte 5 pages following opinionated architecture conventions (thin controllers, FormRequests, domain services, Laravel Actions, Svelte 5 runes).
Install
Laravel auto-discovers the service provider.
Use
Walks you through a prompt-driven flow:
- Pick methods to scaffold (index, create, store, show, edit, update, destroy)
- Optional Model + migration + factory + seeder + policy
- Per write method: Service / Action / inline controller
- Optional
lib/states/{kebab}-state.svelte.tsclass
Prints the matching Route::resource(...)->only([...]) line to paste into routes/web.php.
Flag-driven (non-interactive)
Customize stubs
Edits stubs/vendor/inertia-scaffold-svelte/*.stub in your app — the command reads published stubs first, falls back to package defaults.
All versions of inertia-scaffold-svelte with dependencies
illuminate/console Version ^11.0|^12.0|^13.0
illuminate/filesystem Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
laravel/prompts Version ^0.1|^0.2|^0.3
lorisleiva/laravel-actions Version ^2.0