Finally, i have found my redemption, i don't understand your language, however i understand your concepts quite well and that was really an awesome tutorial. Thank you.
@OnlineWebTutor2 ай бұрын
Thank you 😊
@alhassanmusah72422 ай бұрын
@@OnlineWebTutor i do have a very stressful challenge now, when i run migration command personal access token is not created in my db and it always output Passoprt class not found in App/ServiceProvider when i run passport install. please help me on that
@OnlineWebTutorАй бұрын
Error seems passport installation setup was not done properly.
@UtterVids2 ай бұрын
it was an awesome video perfect experience . Thank you
@OnlineWebTutor2 ай бұрын
Thank you ☺️
@MrHardevinder22g7 ай бұрын
Excellent Explanation Sir. Thank you so much.
@OnlineWebTutor6 ай бұрын
You are most welcome
@attitudeinzindagi4 ай бұрын
Thank your so much. brother,
@OnlineWebTutor4 ай бұрын
Your welcome
@attitudeinzindagi4 ай бұрын
@@OnlineWebTutor do you have any video on upload laravel to server like hostiger for api purpose?
@phillyt228 ай бұрын
Thank you very much for this!
@OnlineWebTutor8 ай бұрын
Your welcome 😃
@hamzasami60418 ай бұрын
I am impressed Sir. Thanks for your love
@OnlineWebTutor8 ай бұрын
Most welcome 😃
@saymemore9 ай бұрын
Thanks you sir!😜
@OnlineWebTutor9 ай бұрын
Your welcome 😃 friend
@MsAlokranjan10 ай бұрын
Awesome Laravel 11 REST APIs with Passport Auth Package 👍
@OnlineWebTutor10 ай бұрын
Thank you 😊
@desubrahma12873 ай бұрын
Thanks....
@OnlineWebTutor3 ай бұрын
Thank you
@deepakshrestha24097 ай бұрын
very helpful video
@OnlineWebTutor7 ай бұрын
Thank you ☺️
@wormy_coder9 ай бұрын
Works like magic
@OnlineWebTutor9 ай бұрын
Great 😃
@wormy_coder9 ай бұрын
New Subscriber
@wormy_coder9 ай бұрын
Could you make multi authentication?
@OnlineWebTutor9 ай бұрын
Okay
@kuzeyinoglu575 ай бұрын
Thank you! Teşekkürler!
@OnlineWebTutor5 ай бұрын
Welcome friend 😊
@robinrajput270910 ай бұрын
Nice video 👍
@OnlineWebTutor10 ай бұрын
Thank you 😊
@AlejoVesga10 ай бұрын
I urgently needed to create an API with passport, as the documentation was not so clear and the change from version 10 to 11 is quite strong in some parts, you helped me a lot, I hope you keep doing more tutorials like this, I would like one of 2fa with passport and why not email verification, all this that sanctum already does with jetstream or fortify but with passport.
@OnlineWebTutor10 ай бұрын
Okay sure will see in next topics.
@technologyhelps48147 ай бұрын
Love ❤️
@OnlineWebTutor7 ай бұрын
Thanks
@jayaatkakkar27014 ай бұрын
sir where to set headers token inside project such that user which get logged in it can access without sending it manually
@ehsanrazehАй бұрын
What extension did you used in vscode?
@OnlineWebTutorАй бұрын
PHP Intelligence
@6StringPassion.10 ай бұрын
Any chance this channel will post in English at some point?
@OnlineWebTutor10 ай бұрын
Sure, laravel 11 course in English is in queue.
@nextebiz68977 ай бұрын
when i login, it is adding entry of new session in oauth_access_tokens in database table but user_id is null. What could be the reason? if user is null, it won't authenticate
@zeeshansuleman935 ай бұрын
can you post a video which illusstrated, token refresh and expiry process.
@gr8zaheer7 ай бұрын
Hello sir, you did a great job thank you so much, but there is an error in your video also when $token = auth()->user()->token(); there is an error on token(); on the logout function how can I solve? thanks
@OnlineWebTutor7 ай бұрын
What is the error?
@desmondawere34096 ай бұрын
Great tutorial, this was exactly what I was looking for, but I had an issue when trying to access profile api without entering the token, it returns "Route [login] not defined." It is not showing Unauthenticaled like yours. Any idea why?
@OnlineWebTutor6 ай бұрын
Please add a header Accept: application/json
@auroraapps18536 ай бұрын
Sur great, please make a video on: "How to refresh token in laravel 11 using passport"
@iAmFaizRajput9 ай бұрын
There are no commands defined in the "install" namespace. i am getting this error
@OnlineWebTutor9 ай бұрын
Did you upgrade or install fresh laravel 11?
@siddiquiquameruddin87419 ай бұрын
while calling to login api it will generating token, but to get profile data it showing Unauthenticated message do you have any idea why i m getting this error { "message": "Unauthenticated."}
@OnlineWebTutor8 ай бұрын
Error seems token is not validating to complete profile api request.
@AMSamol-r3u9 ай бұрын
Please help make video Laravel 11 - Login JWT - Verify JWT token for getUsers