A refresher to Laravel
Self note: All requests go to public/index.php
- app/Http/Kernel.php -> array of bootstrappers which performs task before request is being handled
Image from https://phppot.com/php/php-laravel-project-example/
https://laravel.com/docs/10.x/vite#inertia
composer require inertiajs/inertia-laravel
php artisan inertia:middleware
npm install @inertiajs/inertia @inertiajs/inertia-vue3
php artisan serve