All of these things in just 23 minutes. You are so amazing man. You are really underrated in Laravel community.
@basic-13379 ай бұрын
THIS VIDEO DESERVE ATLEAST 100K VIEWS IDC, IM SHARING TO ALL PLACE I KNOW
@MarijanRaicevic12 күн бұрын
As a newbie in ReactNative this exactly what I was looking for. Thank you very much.
@shofada9 ай бұрын
Wow! Awesome! Very well done. I really appreciate the teaching style where you first show an implementation and then refactor it in the same breath. I would love to see how you handle authorization as well in a Laravel + React Native Application.
@VinayKesharwani8 ай бұрын
One of the best video I have seen on this topic! Thank you!
@oketafred9 ай бұрын
Always learning new concepts from your videos 🔥
@bowaller68929 ай бұрын
Awesome video as always Constantin!!! I hope to make a video with Laravel and Flutter...
@andrerinas50529 ай бұрын
That was simply amazing! Thank you!
@millennia5 ай бұрын
Please release a full course on react native and laravel
@fitodac4 ай бұрын
Thank you, and regards Argentina. You helped me a lot with this video.
@soy-luisarrieta9 ай бұрын
Fascinating! I followed the video and everything worked perfectly. I would have liked for you to use Laravel Breeze API authentication instead of creating the controllers since the main difference I find is that you don't use CSRF or token cookies. Nonetheless, I greatly appreciate your contribution!
@grim_04036 ай бұрын
hello can you please share the source code?
@Netvirux4 ай бұрын
Hello please I'm working on a VTU website using Laravel 11 as the backend and a native app. I want to make my website's API accessible to other VTU websites, allowing them to buy data just like my native app users can. Instead of creating separate endpoints for API and native app users, I thought of using the same endpoint for both. However, I'm unsure how to handle authentication and authorization. I noticed that the Sanctum token isn't a unique key that always returns the same value. Please help me understand how to approach this and secure my API. Thank you!
@manishgautam24249 ай бұрын
describing way was superb
@thedavistheory76749 ай бұрын
Excellent video!, btw would you at some point make a video using fortify with sanctum? I think its most interesting feature is 2fa
@juliian68386 ай бұрын
Hello bro, I'm having issues with Laravel when making a request to the endpoint. I strongly suspect it's because I'm reusing a project with Laravel 11, which has been configured with Sanctum + Breeze, especially for SPAs that work with session cookies. When I make the request in React Native, the error I'm getting is 'Axios Network Error'. I haven't been able to debug much, but I noticed in the catch error it mentions 'withCredentials', which leads me to believe I should use a clean Laravel setup with Sanctum for APIs.
@Dev-su4mi9 ай бұрын
Thanks for video! What is your vs code font?
@khangle68727 ай бұрын
will you do another one for using socialize with react native?
@Nothwarren26 күн бұрын
Hi there ! How would you handle token revalidation ? I'm using symfony and in my case I have a revalidation token and specific route to call laravek doesn't have this behavior ?
@cdruc23 күн бұрын
hello from what I can remember there's no revalidation/refresh tokens using laravel sanctum. if you need that you'd probably have to adjust/build it yourself.
@Markham-Dev27 күн бұрын
Out of curiosity, what purpose does the device_name serve?
@topalek9 ай бұрын
@cdruc, hi, can you update your package laravel-langscanner to laravel 11
@cdruc9 ай бұрын
Lol, glad to see someone uses that. I’ll do it later today 👊
@topalek9 ай бұрын
@@cdruc thanks a lot
@sevaske8 ай бұрын
Subscribed, thank you
@RobertDam2 ай бұрын
Maybe you can make a nice tutorial of laravel reverb with react native also? Cannot find a lot about it but i am very curious how this works.
@DineshPalSingh-z7u3 ай бұрын
can i get the whole code ?
@RobertDam2 ай бұрын
And what happens when a user tries to load the app but he/she cancelled the subscription. Then he is logged in into the app, but his account is disabled in the backend. So requests will fail. Shoud that be checked anywhere?
@cdruc2 ай бұрын
you should probably check both when the app loads and on a per request basis. when the app loads offers a better experience because the user knows instantly “oh, it doesnt work because my subs is expired” rather than finding it out afterwards
@SamBeale-ro2vw8 ай бұрын
Help! logout gives me the error: "cannot read property 'name' of null". for some reason it still tries to load the home screen instead of login. everything works and it does logout the user but you have to refresh before it goes to the home screen. any ideas?
@cdruc8 ай бұрын
Hey, that's weird. Have you made *anything* different? make sure you're getting the user from the AuthContext and that you're conditionally rendering the Homepage: kzbin.info/www/bejne/qHPGmIGBqZd5kNU
@SamBeale-ro2vw8 ай бұрын
@@cdruc Hey, i've managed to get it working and returning to the login screen but i had to add '?' on the user. Welcome home, {user?.name} without the question mark on user, I click logout and get an error on the page "cannot read property 'name' of null".
Hey @@arpi7, I tried to post my code but youtube removed my comment
@DevelopmentAltıniş2 ай бұрын
thank u dude thank u
@holakonoob9 ай бұрын
heyy cdruc i hope ur doing fine, im wondering if there's any information about your auth course altho with this kinda of videos you're already explain alot thanks you
@RavleR5 ай бұрын
Does anybody know what is the theme?
@alimosbah5 ай бұрын
Has the project been uploaded to github?
@top10acousticshowslist779 ай бұрын
hi can you create a video on new google place api
@emekaorjiani8 ай бұрын
Please can you include the source code, this is what I've been looking for, thank you so much its so precise and well explained
@arpi78 ай бұрын
Did you find the source code? if so can you share?
@manishgautam24249 ай бұрын
are you still use this github druc
@juliian68386 ай бұрын
Hey man, by the way, the laravel project is blank? or you have installed sanctum or breeze?
@cdruc6 ай бұрын
read the title of the video
@kazuyuki6345 ай бұрын
Woow i didnt think this one would work CN you also do it in flutter I wanna knowif it work there too
@cdruc5 ай бұрын
here’s a crazy idea: *you* do it with flutter and let us know if it worked😄 my bet is that it will