Have you tried to install a fresh new Laravel Jetstream Inertia and do the comparison side by side?
Nov 24, 2022
6
Level 1
laravel 9 vite inertia vue... setup problem
hi is there a github template with a laravel 9 vite inertia and vue setup? I'm struggling for 2 days, checking different forums and official documentation and migration but still no luck. That vite change.. what a pain in the ass
Level 1
I just found the Taylor Otwell twitter as follows:
The fastest way to try it out:
laravel new breeze-test composer require laravel/breeze php artisan breeze:install vue npm install npm run dev
That solved the problem and installed all stack I needed. Thanks
Please or to participate in this conversation.