laravel-inertia-svelte Svelte Themes

Laravel Inertia Svelte

LARAINTE

Laravel + Inertia + Svelte

Simple Crud Project

Installation

composer install
php artisan key:generate
php artisan storage:link
php artisan migrate --seed
npm install
npm run watch/dev/prod

Screenshots

Index Page
Index Page With Filter
Delete Confirmation
Success Message
Create Page
Edit Page
Detail Page

How to Init Project

Composer

composer create-project laravel/laravel example-app
composer require inertiajs/inertia-laravel
composer require tightenco/ziggy
php artisan inertia:middleware

NPM

npm i laravel-mix-svelte
npm i svelte
npm i -D tailwindcss postcss autoprefixer
npx tailwindcss init
npm install @inertiajs/inertia @inertiajs/inertia-svelte
npm install @inertiajs/progress
npm install @babel/plugin-syntax-dynamic-import
npm install svelte-loader --save-dev --legacy-peer-deps

Top categories

Loading Svelte Themes