Regarding the new Laravel course, I think a good topic is when to use DB query builder instead of Eloquent. I mean, not just explain differences, but explain when to use DB query builder, or perhaps never use it at all.
PROS / CONS - ✅ Good for explanations for a specific topic - ✅ Good to check if you have missed a configuration step - ✅ Good if you know what needs to happen so you could make changes to the code - ❌ Bad for authentication because validation is incomplete - ❌ Bad if you are an inexperienced developer that does not know what needs to happen - ❌ If you need the most up-to-date code since data is coming from 2021, which is using Laravel 8 data
Hey Dary - I have noticed there are few tutorials out there that deal with Laravel with React and Inertia JS. I am wondering what you think of this stack and if you have an opinion as to why there are so few tuts utilizing this stack? My guess is that Vue JS is more popular with the Laravel Community and Next JS seems to be more popular with React developers. Not sure...what say you?
I don't recommend choosing a frontend framework because it's popular in the community. If you have Vue skills, just use it. I have no experience in Inertia JS, so I can't really comment on how that stack works.
I am enjoying your laravel series and related content a lot and it save me in a lot of situations. Thanks for this hard work. . I do have a problem and it would be great for me if you would give any hint or solution of the problem . let's suppose my website redirects each post to some external URLs. and URL for each post is stored in database . alongside the text and image I can have separate URL. but the problem is that I am unable to redirect uniquely. What should I do? I did search a lot but couldn't find a better way to Redirect to external links to other websites and social media handles. I can't handle it dynamically. Don't know a better solution for this problem. Should i store the link in DB or not? if I would not store how to give URL to posts dynamically. because that's the main requirement of the project, I do have to redirect the data to the external link. If you have any hint or help it would be awesome and life saving for me. Will wait eagerly for your reply . Thanks in advance. eagerly waiting to hear from you .
In the Course, Laravel Sanctum I sent this attache message but you have not reply me "I don't know what I did wrong in the 32min here 'password' => ['required', 'confirmed', Rules\Password::defaults()]. it was highlighting Rules\Password and was saying undefined type, I wouldn't know what I supposed to put in the name space on top." it is also preventing me to move forward in that course.
Hi! I hope you understand that I'm getting quite some messages / comments and I can't answer all of them, or they simply get removed by UA-cam itself (reading comments is terrible). Are you using VS Code? Sometimes Intelphense throws a warning but if you run the code, it will still work. The code you are showing should do the trick. I just looked up Laravel Breeze its source code and they are using the same exact code, you could find it right here: github.com/laravel/breeze/blob/1.x/stubs/default/app/Http/Controllers/Auth/RegisteredUserController.php
@@codewithdary Yes, I am using vs code. I finally got what I missed from the Link you sent, intelephense was showing me this 'use Illuminate\Validation\Rule;' instead of "use Illuminate\Validation\Rules;" in the namespace, so the problem was Rule instead of Rules in the namespace. Thanks very much.
Definitely. I think the code it returns is OK, but might even be lower level than junior developer codes. I think it can definitely be useful, but you have to use it the right way.
Regarding the new Laravel course, I think a good topic is when to use DB query builder instead of Eloquent. I mean, not just explain differences, but explain when to use DB query builder, or perhaps never use it at all.
Thank you, definitely added the list!
@@codewithdary dary please do a filament course.
I felt the same while asking for code for the user activity log. Thank God, I have the basic knowledge so I immediately recognized the issue
Definitely. I just don't like the false narrative that it will take over all developers job, there has to be someone who find issues like these :)
PROS / CONS
- ✅ Good for explanations for a specific topic
- ✅ Good to check if you have missed a configuration step
- ✅ Good if you know what needs to happen so you could make changes to the code
- ❌ Bad for authentication because validation is incomplete
- ❌ Bad if you are an inexperienced developer that does not know what needs to happen
- ❌ If you need the most up-to-date code since data is coming from 2021, which is using Laravel 8 data
Hey Dary - I have noticed there are few tutorials out there that deal with Laravel with React and Inertia JS. I am wondering what you think of this stack and if you have an opinion as to why there are so few tuts utilizing this stack? My guess is that Vue JS is more popular with the Laravel Community and Next JS seems to be more popular with React developers. Not sure...what say you?
I don't recommend choosing a frontend framework because it's popular in the community. If you have Vue skills, just use it. I have no experience in Inertia JS, so I can't really comment on how that stack works.
Laravel and React, I do like that :)
I am enjoying your laravel series and related content a lot and it save me in a lot of situations. Thanks for this hard work. . I do have a problem and it would be great for me if you would give any hint or solution of the problem . let's suppose my website redirects each post to some external URLs. and URL for each post is stored in database . alongside the text and image I can have separate URL. but the problem is that I am unable to redirect uniquely. What should I do? I did search a lot but couldn't find a better way to Redirect to external links to other websites and social media handles. I can't handle it dynamically. Don't know a better solution for this problem. Should i store the link in DB or not? if I would not store how to give URL to posts dynamically. because that's the main requirement of the project, I do have to redirect the data to the external link. If you have any hint or help it would be awesome and life saving for me. Will wait eagerly for your reply . Thanks in advance. eagerly waiting to hear from you .
Great video.
Glad you enjoyed it
In the Course, Laravel Sanctum I sent this attache message but you have not reply me "I don't know what I did wrong in the 32min here 'password' => ['required', 'confirmed', Rules\Password::defaults()]. it was highlighting Rules\Password and was saying undefined type, I wouldn't know what I supposed to put in the name space on top." it is also preventing me to move forward in that course.
Hi! I hope you understand that I'm getting quite some messages / comments and I can't answer all of them, or they simply get removed by UA-cam itself (reading comments is terrible).
Are you using VS Code? Sometimes Intelphense throws a warning but if you run the code, it will still work. The code you are showing should do the trick. I just looked up Laravel Breeze its source code and they are using the same exact code, you could find it right here: github.com/laravel/breeze/blob/1.x/stubs/default/app/Http/Controllers/Auth/RegisteredUserController.php
@@codewithdary Yes, I am using vs code. I finally got what I missed from the Link you sent, intelephense was showing me this 'use Illuminate\Validation\Rule;' instead of "use Illuminate\Validation\Rules;" in the namespace, so the problem was Rule instead of Rules in the namespace.
Thanks very much.
@@sundayolaoye713 Wow, I didn't even see that haha! Thank you for sharing :)
React course ??
Been thinking about one for a while... but there are so many great React courses out there
you did as like me when copy block code never click te copy code button yeaaahh! thats it
I swear I always see the button and I never use it, on GitHub too hahaha
@@codewithdary I think this is say how old are you? we are going to be dinosaurs on code :)
very alarming for sure, business will see this as a cheap alternative and we will only be called in for disaster recovery if the phones still work
Definitely. I think the code it returns is OK, but might even be lower level than junior developer codes. I think it can definitely be useful, but you have to use it the right way.
💀
👹