Тёмный
WebDevWithArtisan
WebDevWithArtisan
WebDevWithArtisan
Подписаться
Hi all,
I am Aditya Kadam. I am an entrepreneur and coding freak who manages startups in the daytime while coding on random problems/stuff at night time.
When I was pursuing my undergrad in Computer Science, I hated coding a lot, not sure why but it felt so boring. I changed my stream from CS to business by choosing a bridge course in technology and business for my Master's degree. During my MSc, I found that coding is actually interesting, weird right? but it is actually like that. A wild guess I could make is maybe I got more exposure to the practical application side of concepts I learned in undergrad. I have used C++, Java, and Python but Laravel is something that increased my interest in web development.
I started this channel with the view that I could make web dev learning more fun and interesting by sharing the least theoretical and most applied (application of programming) videos. The theory is important but understanding its concepts and applying them is more important.
Laravel 11 API in 13 minutes | Sanctum
13:49
4 месяца назад
Nuxt 3 Vs Next 13 | Performance test | ab test
7:21
11 месяцев назад
React crash course for beginners
44:18
Год назад
Комментарии
@justasarbatauskis9044
@justasarbatauskis9044 3 дня назад
please more sir like this
@polexito2002
@polexito2002 6 дней назад
How did you solve the error in email verification?: "The GET method is not supported for route login. Supported methods: POST."
@polexito2002
@polexito2002 8 дней назад
Please can you create a video explaining how to create an api in laravel for roles and permissions and call them in the nuxt 3 frontend?👌
@latlov
@latlov 20 дней назад
In docker laradock I always get 401 unauthorized. How do I fix it to make it work?
@eflat__major
@eflat__major 22 дня назад
The docs for Sanctum say that it exists to solve two separate problems: 1. API Tokens 2. SPA Authentication I would have expected you to use the second thing. Why did you choose to use the first? Also, maybe you could make a video about the second thing and compare it to the first and talk about the pros and cons of each approach? Thanks!
@marcelorobertogadotti269
@marcelorobertogadotti269 29 дней назад
Thanks for this tutorial
@emiliohg5745
@emiliohg5745 Месяц назад
Can you please explain the csrf token part? I always get code 419 error
@vichetraty4941
@vichetraty4941 27 дней назад
Me too
@moenulYT
@moenulYT Месяц назад
It really helps me a lot. Need more videos about the basics of Laravel API.
@garetts8156
@garetts8156 Месяц назад
You are editing files in vendor folder?
@semsomify
@semsomify Месяц назад
This helps a lot, thanks for sharing!
@paulcohen5660
@paulcohen5660 Месяц назад
Hi. Interesting video, thanks. Is there a github repo?
@skyand_fly
@skyand_fly Месяц назад
Спасибо!
@annisaurohmah
@annisaurohmah Месяц назад
thank youu, it is so helpful🎉
@rama_lefthanded
@rama_lefthanded Месяц назад
can you show how to build curd for role and permissions , add permission and role in the next videos ?
@erpethiopia
@erpethiopia Месяц назад
very good video
@chandangowda8275
@chandangowda8275 2 месяца назад
Its asking for upgrade plan how can I et fro free
@singhteekam
@singhteekam 2 месяца назад
Upgrade your plan to Blaze plan then add your credit card. For small projects, your Billing amount will be almost 0 If still having doubt then let me know.
@anujmgrroshan
@anujmgrroshan 2 месяца назад
It works, thanks. However there is a small problem. If I try to access the resources directly without providing the bearer token on api route, it tries to redirect to login route instead of returning unauthorized error. How do I fix it?
@kamauleao
@kamauleao Месяц назад
Method 1: Add header: Accept: application/json Method 2: Manually validate Login using the Auth class
@anujmgrroshan
@anujmgrroshan Месяц назад
@@kamauleao thanks
@pinyin1
@pinyin1 2 месяца назад
awsome
@did28
@did28 2 месяца назад
It's helpful👍
@terjeber
@terjeber 2 месяца назад
This doesn't compile in React 18 and Typescrip Tip: It is incredibly useful if you publish the code for your lectures somewhere
@MrCC-hx8xr
@MrCC-hx8xr 2 месяца назад
replace todoList.value = [...] -> with todoList.value.push({}) and it will also work with ref() ...
@MrCC-hx8xr
@MrCC-hx8xr 2 месяца назад
So my mistake, both examples (your and mine) works same, but u used some first Nuxt version, i have 3.11 and im testing both ways and they works fine correctly.
@tanoryjakaperdana1419
@tanoryjakaperdana1419 2 месяца назад
what kind of font in your vscode
@KRAMDROIDTECH
@KRAMDROIDTECH 2 месяца назад
CSRF token mismatch. even the XSRF is set
@dontignore5567
@dontignore5567 3 месяца назад
Awesome. Best explanation. Thank you so much. Solved every query of context
@simeonanunciado1949
@simeonanunciado1949 3 месяца назад
your video is interesting can you share the previous tutorial before this i need some reference to learn this rubixML your video was very helpful thanks for this!
@rajfekar1514
@rajfekar1514 3 месяца назад
When I try without login it redirect to login page
@kamauleao
@kamauleao Месяц назад
Method 1: Add header: Accept: application/json Method 2: Manually validate Login using the Auth class
@binodbhandari7543
@binodbhandari7543 3 месяца назад
source code, please. I couldn't register and get a user with the token, instead getting "Laravel": "10.48.10" this response.
@juansevillano4580
@juansevillano4580 3 месяца назад
Great video!! In case you get undefined in functions. Maybe you have installed the V2, What works for me: import { onRequest } from "firebase-functions/v2/https"; exports.api = onRequest(app);
@pranshusati5115
@pranshusati5115 3 месяца назад
Hey Do you have code for this counter?
@saber.tabatabaee
@saber.tabatabaee 3 месяца назад
in last 24 hours i think about this feature that how this work? i think this is work same as inertia or jetstream or livewire?
@ankurkathuria8530
@ankurkathuria8530 3 месяца назад
Thanks for the example, but for me, I am only getting US for all the inputs.Why is that?
@kaiserdianalan7059
@kaiserdianalan7059 3 месяца назад
I hope you create a fullcourse topic about laravel 10 api sanctum only so that it has a spa
@idepta5149
@idepta5149 3 месяца назад
best lesson bro! tnx so much!
@rickycaesar1263
@rickycaesar1263 3 месяца назад
when i try it, i get error "Page Expired" on register, any have same problem?
@thomaswikman2239
@thomaswikman2239 3 месяца назад
I had to add a new header variable key: X-XSRF-TOKEN, value: {{xsrf-cookie}} I can also suggest you add key: Accept, value: application/json (so that you actually see validation errors).
@GiampieroDiGregorio
@GiampieroDiGregorio Месяц назад
@@thomaswikman2239 same thing, inserting the parameter in the header and the value doesn't change, too bad
@KodaPaul
@KodaPaul 3 месяца назад
Thanks for this!
@vikash-kumar-gupta
@vikash-kumar-gupta 3 месяца назад
I just came across this video about Nuxt and CMS while I was looking for building my own CMS in the same Nuxt project to manage site title, logo, SEO etc. While thanks for this informative content using Garchi, would you mind letting know if there is a way to manage CMS thing without third party option. Can it be managed within the same Nuxt project?
@marwenkhefacha6887
@marwenkhefacha6887 3 месяца назад
i use Laravel11 sanctum session (not token) Login and logout (endpoints) are working correctly when called from postman but when I call other api end points it gives me 401 unauthorized
@dev_franqqi
@dev_franqqi 3 месяца назад
Great❤
@jorensumagang3533
@jorensumagang3533 3 месяца назад
can u implement the email verification sir? im having trouble with it
@procode_eu
@procode_eu 3 месяца назад
Well described.
@HarsheenaNK
@HarsheenaNK 3 месяца назад
i would also like to know how you config csrf token.And can you create a project in laravel 11 for booking system
@tylerd.8529
@tylerd.8529 3 месяца назад
what is the code suggestion extension you use for VSCode?
@TheAspectDev
@TheAspectDev Месяц назад
if you found the answer, please share it. Thanks <3
@WebDevWithArtisan
@WebDevWithArtisan Месяц назад
I am using Github copilot
@nyachiofelix3199
@nyachiofelix3199 3 месяца назад
This is awesome, I want place a signature on word n pdf, any advise would be helpful brother
@ldcb6408
@ldcb6408 4 месяца назад
How did you config csrf token in Laravel?
@manishgautam2424
@manishgautam2424 4 месяца назад
superb, need more videos , i am basics Learner
@alasdairmacintyre9383
@alasdairmacintyre9383 4 месяца назад
You have the title backwards
@WebDevWithArtisan
@WebDevWithArtisan 4 месяца назад
oh no, thanks a lot for the correction. Appreciate it 😁
@sandiplow
@sandiplow 4 месяца назад
but will it not restart the backend on each request as it will run as a serverless function...?
@BurgersBacon
@BurgersBacon 4 месяца назад
where did you see this information? I don't see it in the layout documentation. Excellent video, it worked for me. I was having issues with the second layout re-rendering itself when changing pages. I don't get the thing about setting the file name to the folders name, I still don't fully understand this.