jmrecodes /
laravel-inertiajs-svelte5-blog-app-with-auth
A full-stack, production-ready blog application built with Laravel 12, Svelte 5, and Inertia.js, designed to teach modern web development through extensively commented code.
Loading repository data…
ferjal0 / repository
A modern, full-stack web application starter template built with Laravel 12, Svelte 5, TypeScript, and Inertia.js. This project combines the power of Laravel's backend capabilities with Svelte's frontend flexibility, all tied together with Inertia.js for seamless single-page application behavior.
A modern, full-stack web application boilerplate built with Laravel 12, Inertia.js, Svelte 5 (with Runes), TypeScript, Tailwind CSS 4, and Shadcn UI components — powered by Vite 7 for a fast DX.
$state, $derived, and $effect$props$snippetThis project implements a modern monolithic architecture using Laravel as the backend framework and Svelte 5 for the frontend, seamlessly connected via Inertia.js. This architecture provides:
Backend
Frontend
Frontend-Backend communication
git clone https://github.com/ferjal0/svelte-inertia-laravel
cd svelte-inertia-laravel
composer install
pnpm install
cp .env.example .env
php artisan key:generate
.env and run migrations:php artisan migrate
pnpm run dev
Visit http://svelte-inertia-laravel.test to see your application.
@tailwindcss/vite and @tailwindcss/postcss so @tailwind base; @tailwind components; @tailwind utilities; Just Works.pnpm install
The documentation is split into three main sections:
# PHP
./vendor/bin/pint
# TypeScript/Svelte
pnpm run lint
pnpm run build
Selected from shared topics, language and repository description—not editorial ratings.
jmrecodes /
A full-stack, production-ready blog application built with Laravel 12, Svelte 5, and Inertia.js, designed to teach modern web development through extensively commented code.