Vue Inertia in Laravel: How it Works & New Course

preview_player
Показать описание
A new course on Laravel Daily! In this video, I show the main ideas behind Inertia in a Laravel project taken from that course.

- - - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

It would be interesting to see, if you have a final app built fully and blade, how to transition from blade to view (e.g. from blade comp to vue comp, from blade view to vue page and finally from blade layout to vue layout)

nightchiller
Автор

Great course. Video idea from my recent trouble with it: create pdf from tailwindcss view, like A4 invoice. Man, that was a nightmare to position the elements with dompdf and all the similar packages...

PedroCoelho
Автор

I wonder how "Laravel, VUE & Inertia" compares to "Laravel & Livewire"? Is there are reason to learn 3 "frameworks" instead of 2?

VadimBesedin
Автор

Is it much different to use Jetstream? I prefer to go with that stack. Will your courses be applicable to that or will I run into issues since I'm a noob?

abrotherinchrist
Автор

Inertia is cool by concept, but my pull requests to fix svelte hang there 2 months already. Seems like maintainers don't care about it anymore

PunyFlash
Автор

Does the course cover anything to do with typescript, laravel data or typescript transformers?

matthewjohnson
Автор

Is it possible to refactor currently Laravel - Vue project into Laravel - Inertia - Vue project?

ericknyoto
Автор

I want to know about logic in case of payements, i store in payments table user id nullable with customer name in string, so in case of user get deleted accidentally we have user name and other Particulars.

shubhamsahuSD
Автор

@LaravelDaily there a helper function exists inertia() = Inertia::render()

topalek