/laravel-crud

Refresher to PHP Laravel with Vue

Primary LanguagePHP

PHP Laravel with Vue

A refresher to Laravel

Self note: All requests go to public/index.php

HTTP / Console Kernels

  • app/Http/Kernel.php -> array of bootstrappers which performs task before request is being handled

image Image from https://phppot.com/php/php-laravel-project-example/

Installing Inertia

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