Damn this is quite beautiful. I implemented something very similar from scratch; glad to see I wasn't just making up a needlessly convoluted mess. There are some abstractions here that are quite nice, but I'd be hesitant to implement in my codebase just because I know it would be difficult for other devs to follow. I sometimes need to prioritize explicit-ness over eloquence unfortunately... I try my best to consider future devs working in the codebase, who may be unfamiliar with these conventions.
VeeValidate does all this + much more, and is documented (and the native Constraint Validation API can also help a lot), but this is a nice speed-run showcasing how it might be set up from scratch 👍
for when you want to show a “success” message for a brief period of time. you can add a v-if=form.recentlySuccessful>Changes saved. Something like that
i need a video for "Laravel 11 Sanctum SPA Authentication" please, i have watched all videos on youtube and google and ai websites with no solution, i need it soon as possible and i can pay for it, no problem
no way you watch all my videos 😂 There's little to no difference between Laravel 10 and 11 in terms of how sanctum SPA auth works. I can help you for free if you give me access to the repo + .env file. Send me an e-mail at druc[at]pinsmile.com 99.999% sure it's one of these: th-cam.com/video/M7gFCmyYcOU/w-d-xo.html th-cam.com/video/pZdzzKf0h3E/w-d-xo.html th-cam.com/video/O6ibPLFfAh0/w-d-xo.html
Hello Sir. Thank you for your content, I really like it. Please how to prevent Ziggy from exposing routes in browser source code using inertia js and Laravel?
you cannot do that. otherwise you wouldnt be able to access them at all. maybe you want to hide a couple of them? not sure if such option exists (but it should!)
@@lionelagondanou7142 not really - at least not in a serious way. Just because I know a link, doesn't mean I can DO something with it. If there are links that should be accessible only for specific kind of users, ensure you protect those with a middleware. For example: I know the USA White House address. That doesn't mean I can just barge in 😀
Nice video. Btw, you could use structuredClone from js which creates also a deep copy of the object without depend on lodash :D
Always learning new things from your videos 🔥🔥🔥
Really well put together. Nicely done.
missing tallstack code snippet but i successfully implement it and it work like a charm 😍
Damn this is quite beautiful.
I implemented something very similar from scratch; glad to see I wasn't just making up a needlessly convoluted mess.
There are some abstractions here that are quite nice, but I'd be hesitant to implement in my codebase just because I know it would be difficult for other devs to follow.
I sometimes need to prioritize explicit-ness over eloquence unfortunately...
I try my best to consider future devs working in the codebase, who may be unfamiliar with these conventions.
so its just a clone of laravel precognition vue component haha. love it
VeeValidate does all this + much more, and is documented (and the native Constraint Validation API can also help a lot), but this is a nice speed-run showcasing how it might be set up from scratch 👍
Very nice. This is almost identical to inertia form
The hooks system seems so powerfull !
Wow, that is very useful, Thanks for sharing.
very nice video, love it
More Vuejs tutorials please 💚
Can you make a video how can we setup laravel reverb while using laradock?
why is the video title "effortless"😅
people click on this stuff 😂
as with all things in life, everything becomes effortless once you put in the work 😀
What's the use-case for recentlySuccessful?
for when you want to show a “success” message for a brief period of time. you can add a v-if=form.recentlySuccessful>Changes saved. Something like that
@@cdruc Ah, interesting, thanks!
i need a video for "Laravel 11 Sanctum SPA Authentication" please,
i have watched all videos on youtube and google and ai websites with no solution, i need it soon as possible and i can pay for it,
no problem
no way you watch all my videos 😂
There's little to no difference between Laravel 10 and 11 in terms of how sanctum SPA auth works.
I can help you for free if you give me access to the repo + .env file. Send me an e-mail at druc[at]pinsmile.com
99.999% sure it's one of these:
th-cam.com/video/M7gFCmyYcOU/w-d-xo.html
th-cam.com/video/pZdzzKf0h3E/w-d-xo.html
th-cam.com/video/O6ibPLFfAh0/w-d-xo.html
@@cdruc i have invited you on email
thanks! i just sent a PR with a possible fix
@@cdruc it's work good, thank you sooooo much.
@@cdruc it's work good, thank you sooooo much.
jsfiddle or github link if possible :) ?
Hello Sir. Thank you for your content, I really like it. Please how to prevent Ziggy from exposing routes in browser source code using inertia js and Laravel?
you cannot do that. otherwise you wouldnt be able to access them at all.
maybe you want to hide a couple of them? not sure if such option exists (but it should!)
@@cdruc All right. But doesn't that compromise security?
@@lionelagondanou7142 not really - at least not in a serious way.
Just because I know a link, doesn't mean I can DO something with it.
If there are links that should be accessible only for specific kind of users, ensure you protect those with a middleware.
For example: I know the USA White House address. That doesn't mean I can just barge in 😀
@@cdruc 😅 I understand better. Thank you so much