Laravel Inertia

with laravel breeze starter kit

Outline

Create Laravel Project

composer create-project  laravel/laravel laravel11-react-inertia

Cd in Directory

cd laravel11-react-inertia

Install Laravel Breeze Package

composer require laravel/breeze --dev

Run breeze:install Command

php artisan  breeze:install

Change env file db access

Migrate DB

php artisan migrate

Serve

php artisan serve

NPM RUN DEV

npm run dev

Done!

see http://localhost:8000

some parts from this source