Query Builder | Laravel For Beginners | Learn Laravel

  Рет қаралды 24,417

Code With Dary

Code With Dary

Күн бұрын

This video will show you how to use Laravel’s database query builder to run database queries in Laravel - Learn one of the most popular PHP frameworks for its advanced features, templating engine, fast commands and security.
📚 New Udemy Course
If you're looking to level up your Laravel skills, my new course "Udemy Migirations, Seeders, Factories, Query Builder, Eloquent & Relationships" is the perfect opportunity. Learn the essential tools and techniques for building robust and scalable web applications with Laravel: www.udemy.com/...
📲 Let’s plan a meeting
Plan a (paid) 1-hour meeting on Calendly to do portfolio reviews, code reviews resume reviews or a coaching session for Laravel. Please read the description before booking: calendly.com/c...
💌 Newsletter
Sign up for my free weekly email newsletter: www.newsletter...
🔥 Resources
- PHP Hosting (10% DISCOUNT): www.hostinger....
- TikTok: / codewithdary
- Instagram: / codewithdary
- Twitter: / codewithdary
- Blog: blog.codewithd...
- Newsletter: newsletter.cod...
- Patreon: www.patreon.co...
- GitHub: github.com/cod...
Want to learn more?
- Courses: / @codewithdary
#laravel #laravel8 #php #query #sql

Пікірлер: 49
@codewithdary
@codewithdary 2 жыл бұрын
LETS CONNECT THROUGH INSTAGRAM. www.Instagram.com/codewithdary
@RalphJoachimLux
@RalphJoachimLux 3 жыл бұрын
Your „style“ of explaining stuff is simply outstanding.
@codewithdary
@codewithdary 3 жыл бұрын
Whoaa, appreciate it Ralph, you just made my day :D
@oanacristea2572
@oanacristea2572 2 жыл бұрын
Great starting!!! The ‘why’ using query builder 👏🏼👏🏼👏🏼 So well explained. Thanks, Dary!!
@codewithdary
@codewithdary 2 жыл бұрын
Glad it was helpful!
@techjavaid6177
@techjavaid6177 3 жыл бұрын
The way you explain things are out of the box..no KZbinr explain such a way...you're a gem man..keep rocking and make awesome videos like this...
@codewithdary
@codewithdary 3 жыл бұрын
Thanks a ton :D
@shafiu283
@shafiu283 3 жыл бұрын
I like your teaching style, precise and straight to the point
@codewithdary
@codewithdary 3 жыл бұрын
Thank you Shafiu!
@RuleSuccess.
@RuleSuccess. 2 жыл бұрын
Thank you man i really appreciate that you save me i was searching for someone explain this and you the only one hou explain really simple and goood ❤
@codewithdary
@codewithdary 2 жыл бұрын
Lovely. I just released a new video related to the query builder if you are interested :)
@atkinh123
@atkinh123 2 жыл бұрын
Could you numbered for each video in playlist? ex: "Laravel 8 For Beginners #21 - Query Builder"
@tameramer1465
@tameramer1465 3 жыл бұрын
Vielen Dank Dery. Sie Sind der Beste.
@codewithdary
@codewithdary 3 жыл бұрын
Bitte tamer!
@sreydevith
@sreydevith 2 жыл бұрын
thanks, teacher for your sharing in these videos is so important to me
@codewithdary
@codewithdary 2 жыл бұрын
Thank you for watching :)
@aliveburied1712
@aliveburied1712 3 жыл бұрын
your explanation is very clear and useful. Thank you for your great effort.
@codewithdary
@codewithdary 3 жыл бұрын
You are welcome! :D
@henriquehims
@henriquehims 2 жыл бұрын
Very very good! Thanks
@codewithdary
@codewithdary 2 жыл бұрын
Thank you for watching HIMS!
@brokersaddatv
@brokersaddatv 3 жыл бұрын
Hi. I have a small issue. I has XAMPP installed on iMac before starting laravel 8. I did laravel installation as per your instructions. Everything is going fine in laravel. But today I started xampp for one of my php project and found that Mysql is not starting ? There seems to be some conflict. Can you help to resolve this ? In my case I will need xampp also.
@bravehotsauce
@bravehotsauce 2 ай бұрын
thanks!
@romel3260
@romel3260 3 жыл бұрын
very nice vid. question though: security-wise, what would be better to implement: crud using code directly in the app, or crud using stored functions/procedures in the database itself, then calling them from the app? i'm a newbie to laravel, btw.
@codewithdary
@codewithdary 3 жыл бұрын
I’m very happy of the fact that you think about security! But keep in mind that Laravel protects you from SQL injection as long as your using fluent query builders (or Eloquent). Laravel also protects you from cookies when you generate a new application key (key:generate command). Using the CSRF token will also protect your application from a CSRF attack through forms. A tip would be to be careful with mass assignment in Laravel, since it might be vulnerable.
@bayupurnama6598
@bayupurnama6598 3 жыл бұрын
thank you...
@codewithdary
@codewithdary 3 жыл бұрын
You're most welcome
@verdemis
@verdemis 3 жыл бұрын
I didn't test it, but isn't the return value of an update the amount of rows which were affected? And not an boolean? Great series btw
@codewithdary
@codewithdary 3 жыл бұрын
You are right! number of rows affected (or true/false if creating)
@Bebe-sg4mg
@Bebe-sg4mg 3 жыл бұрын
thanks..
@codewithdary
@codewithdary 3 жыл бұрын
You're welcome!
@josuebarros-desenvolvedorw2490
@josuebarros-desenvolvedorw2490 3 жыл бұрын
Wonderful content!!!
@codewithdary
@codewithdary 3 жыл бұрын
Glad you think so!
@issamtaki7302
@issamtaki7302 3 жыл бұрын
You should make some videos about how to become on the top of the search engine youtube :p , either way you're awesome
@codewithdary
@codewithdary 3 жыл бұрын
Am I? No right? Haha! That’s definitely a good idea for in the future.
@PriyankPatelDroid
@PriyankPatelDroid 3 жыл бұрын
Please guide me ... when we use get() we get a collection.so how can i extract data from collection and assign them to a variable ?
@codewithdary
@codewithdary 3 жыл бұрын
If that's what you want to do with it, yes.If you use all(), get() methods then you'll get a collection object, it means a collection of User models when you use these methods on User model and remember all() and get() always returns a collection of models even if there is only one model in it.
@raheelanwaar2812
@raheelanwaar2812 2 жыл бұрын
Hi sir I have a question Can I pass a veriable in where clause from db like: Where ('transaction_id', $transaction_id)->get();
@codewithdary
@codewithdary 2 жыл бұрын
Yes, you definitely can! Read more about it right here: laravel.com/docs/9.x/queries#basic-where-clauses
@JunaidAli480
@JunaidAli480 2 жыл бұрын
How to got the list when you type DB:: can you tell me the extension name please?
@codewithdary
@codewithdary 2 жыл бұрын
PHP Intelephense!
@devithsrey2139
@devithsrey2139 2 жыл бұрын
Excuse me teacher, next time. Please teach about livewire, the students are need to research it, please help for us,thanks
@rajabhishek2936
@rajabhishek2936 3 жыл бұрын
How to make crud genrator using laravel can u help me dary?btw awosem video
@codewithdary
@codewithdary 3 жыл бұрын
Next video will be a good one for you! :)
@ForzaPilot
@ForzaPilot 2 жыл бұрын
Not to be picky, but if I was pronouncing a word incorrectly in Dutch I'd want you to tell me. The word facades is pronounced 'fah-sods'. It is not pronounced 'fay-kayds'.
@codewithdary
@codewithdary 2 жыл бұрын
Love the feedback bud, thanks man!!
@ForzaPilot
@ForzaPilot 2 жыл бұрын
@@codewithdary Your videos are very helpful, keep up the good work!
@climatebabes
@climatebabes 3 жыл бұрын
kwewy?
@user-bd2ec7tj4m
@user-bd2ec7tj4m 10 ай бұрын
no entiendo ni michi😁😄🤣🙄
@codewithdary
@codewithdary 9 ай бұрын
Ok
Introduction To Eloquent | Laravel For Beginners | Learn Laravel
45:20
BEST Websites to Learn SQL FAST 🏃🏽‍♂️💨
0:43
Airbyte
Рет қаралды 138 М.
The Joker saves Harley Quinn from drowning!#joker  #shorts
00:34
Untitled Joker
Рет қаралды 65 МЛН
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 10 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 44 МЛН
CRUD using Query Builder in Laravel (Hindi)
36:34
Geeky Shows
Рет қаралды 22 М.
Eloquent or Query Builder: When to Use Which?
5:48
Laravel Daily
Рет қаралды 87 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 145 М.
Databases & Migrations | Laravel For Beginners | Learn Laravel
15:09
Code With Dary
Рет қаралды 52 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 404 М.
Why You NEED To Learn FastAPI | Hands On Project
21:15
Travis Media
Рет қаралды 159 М.
Laravel query scopes in depth | Arabic
20:33
Mahmoud Anwar
Рет қаралды 1,4 М.
I've been using Redis wrong this whole time...
20:53
Dreams of Code
Рет қаралды 353 М.
The Joker saves Harley Quinn from drowning!#joker  #shorts
00:34
Untitled Joker
Рет қаралды 65 МЛН