Great video, thanks a lot! I had a look into your Inertia / Vue / Laravel series - but, you started with an existing Vue project - so I lost track pretty fast. This one gave a better understanding when coming from Blade. Thanks a lot :)
Sitting with vite in laravel 10 and trying to do a toggle on and off button with vuetify inside a @foreach loop in a blade file. Any idea how? Can't find a solution anywhere 😕
That's great 👍. What about SEO if any project develop by this structure as VueJs components loaded later and browsers remain unfamiliar with them untill loaded?
Hi Sir, regarding 4:00, is it possible to have some example of why choosing integer instead of float when storing data for avoiding potential rounding? As i know we should use float instead of integer, that is why i am very exited to take a look on your examples concerning that.
AWESOME as usual. I am migrating from a 5.8 to a 9 Laravel app using ViteJS. So far so good with the backend, but the front end is a real pain in the ass because of old Vue components. Looks like VueJS 3 has a different syntax, and I am not able to deal with it at all. How can I reach you to send like three files, and then you could make a video of it? How does it look? Please let me know!
would you please check laravel ui and vue global component? after upgrading to vite from webpack the vue global component in laravel blade file not working.
Not related to this video but I'm getting 400 bad request when passing a custom request with invalid rule. Instead showing the validation message, I get that. Do you know what could be happening?
Rally NICE! I could not understand those 20 hours Laravel + Vue courses as well as I got it with 20 minutes of your video!
I've been trying to make this work for 5 entire days. You are a legend, thanks.
here i have something to learn new in regards to laravel , there is a video from this legend : -) , thanks a lot sir
You are the real machine! Thank you mister.
I thought I would see vite In action. Thanks for the tutorial. Very informative.
This is an old video, from "pre-Vite" times.
With composition also there is a option of sintaxe.
Great video, thanks a lot!
I had a look into your Inertia / Vue / Laravel series - but, you started with an existing Vue project - so I lost track pretty fast.
This one gave a better understanding when coming from Blade.
Thanks a lot :)
awesome video, please keep it up!
Hi Sir... Thanks for the awesome tutorial.
9:10 It's also good practise to write the Vue Components in PascalCase instead of kebab-case, it's in the Vue Docs :)
it looks better like he did it, they blend in better like that
@@MrDragos360 okay so start writing your name from camel case to dash case then, if it blends so perfectly 😂
You can write both PascalCase or kebab-case in your SFC according to the Vue Style Guide
great guidance thankyou sir
Sitting with vite in laravel 10 and trying to do a toggle on and off button with vuetify inside a @foreach loop in a blade file. Any idea how? Can't find a solution anywhere 😕
Have you found a way to work out the Vue3 components registered globally within DOM element inside blade view when using Vite?
laravel 9 have vite.config.js, not webpack.mix.js file, how to make the app work in laravel 9. Thanks
Hi Sir... Thanks for the awesome tutorial
Sir.... how to setup vue js with laravel vite, breeze, and blade
What about SSR and seo compatibility, it works ?
useful, thx
That's great 👍.
What about SEO if any project develop by this structure as VueJs components loaded later and browsers remain unfamiliar with them untill loaded?
Hi Sir, regarding 4:00, is it possible to have some example of why choosing integer instead of float when storing data for avoiding potential rounding? As i know we should use float instead of integer, that is why i am very exited to take a look on your examples concerning that.
Quickly googled "why money database integer", first result news.ycombinator.com/item?id=20575702
@@LaravelDaily thanks a lot
@povilas
It seems you have tried both livewire and vue ... Which one makes you feel comfortable?
For me personally, Livewire is more comfortable. But it's everyone's personal preference.
@@LaravelDaily yeah livewire is so cool to use
AWESOME as usual.
I am migrating from a 5.8 to a 9 Laravel app using ViteJS. So far so good with the backend, but the front end is a real pain in the ass because of old Vue components. Looks like VueJS 3 has a different syntax, and I am not able to deal with it at all.
How can I reach you to send like three files, and then you could make a video of it? How does it look?
Please let me know!
Sorry I don't do such personal debugging anymore, my time is very limited these days.
@@LaravelDaily thanks anyway. This vídeo helped me a lot, after all!
would you please check laravel ui and vue global component? after upgrading to vite from webpack the vue global component in laravel blade file not working.
Laravel UI currently doesn't work with Vite, at all, from what I've tested.
What if i wanna use Breeze?
Is transforming the data with ProductResource the same thing you will use Fractal PHP for?
Yes probably
Not related to this video but I'm getting 400 bad request when passing a custom request with invalid rule. Instead showing the validation message, I get that. Do you know what could be happening?
It's very individual, impossible to answer, needs debugging
Shoul we seperate between vue folder and laravel folder or in one folder? Which one is the best practice? Its make me confuse sometime to learn
It's your personal preference, you can do either way
@@LaravelDaily thanks for the answer. it means a lot to me
Please make deep laravel-livewire videos
I've released a full course on "deeper" Livewire: laraveldaily.teachable.com/p/advanced-laravel-livewire
This video got outdated really quick, now everyone uses Vite not webpack