Thank you for putting this out there. This video should be the first video people watch when trying to set up a Vue, InertiaJS, Laravel app. It's a life saver!
Oh my god thank you!! My first time using Inertia and my head was about to explode. Followed the documentation and had many errors being thrown at me, other tutorials were always outdates as they used webpack. Thanks again!
Thank you sir, would NOT have been able to find this out on my own. The inertia docs are kind of a nightmare by leaving out certain information and setup guides despite the utility it can provide
hey while deploying project on hosting how to set base url for inertia, my project runned smoothly on localhost but when i upladed on server my Link href is not taking proper base url
and what if your are not using valet/mac ? I'm using windows, and I try to spin the laravel dev server with the command php artisan serve and then I run the command npm run dev so it javascript is compiled and everything almost runs great but the links with ziggy aren't generated correctly because they are like localhost/admin while I need them to be localhost:8000/admin and since it doesn't have a port, I can't click on the links. any ideas on how to fix that?
Thank you for putting this out there. This video should be the first video people watch when trying to set up a Vue, InertiaJS, Laravel app. It's a life saver!
Oh my god thank you!! My first time using Inertia and my head was about to explode. Followed the documentation and had many errors being thrown at me, other tutorials were always outdates as they used webpack. Thanks again!
This deserves a subscribe
Thank you sir, would NOT have been able to find this out on my own. The inertia docs are kind of a nightmare by leaving out certain information and setup guides despite the utility it can provide
OMG. Thanks for this.
Thanks David ! Great video as always.
Awesome video. Can you extend it (make a video) with SSR with Ziggy routes from @routes.
Hi, which VScode theme have you setup in this video? Thanks for sharring us this vid:)
hey while deploying project on hosting how to set base url for inertia, my project runned smoothly on localhost but when i upladed on server my Link href is not taking proper base url
Excellent. thank you so much, you explained it very well
Thanks David, very useful information.
Thank you.. but a i have a question about ziggy, is making a full page reload and i guess in not right?
well if anyone is wonder how avoit page refresh use the LINK like ``` Usuarios
```
and what if your are not using valet/mac ? I'm using windows, and I try to spin the laravel dev server with the command php artisan serve and then I run the command npm run dev so it javascript is compiled and everything almost runs great but the links with ziggy aren't generated correctly because they are like localhost/admin while I need them to be localhost:8000/admin
and since it doesn't have a port, I can't click on the links.
any ideas on how to fix that?
thank you so much!
thank you, very useful video.
did not work for me I don't know what I am doing wrong
how do import assets in vite?
Inertia's docs just seem to be riddled with errors. It's easier to just code a separate API and Vue front end.
Getting Started with Inertia, Vite & Vue 3 Next time can you write in the title laravel as well please.
Thanks, it helps me so