The where(), whereStrict() And whereBetween() Methods - Mastering Eloquent & Collection Methods
This tutorial covers the where(), whereStrict(), and whereBetween() methods in Laravel Collections. The where() method filters a collection based on a given key-value pair, the whereStrict() method uses a strict comparison operator, while the whereBetween() method is used to filter a collection based on a range of values. The tutorial includes code examples and explanations of how to use each method, as well as practical use cases.
๐ New Udemy Course
If you're looking to level up your Laravel skills? My new course "Mastering Laravel 10 Query Builder, Eloquent & Relationships" is the perfect opportunity. Learn the essential tools and techniques for building robust and scalable web applications with Laravel: https://www.udemy.com/course/mastering-laravel-10-query-builder-eloquent-relationships/?referralCode=C784C3DB5B8925207FCB
๐ฒ 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: https://calendly.com/codewithdary
๐ Newsletter
Sign up for my free weekly email newsletter: https://newsletter.codewithdary.com/
๐ฅ Resources
- Twitter: https://twitter.com/codewithdary
- Instagram: https://www.instagram.com/codewithdary
- Blog: https://blog.codewithdary.com
- Patreon: https://www.patreon.com/user?u=30307830
- GitHub: https://github.com/codewithdary
- TikTok: https://www.tiktok.com/@codewithdary
๐ Table of Content
00:00 - where()
04:35 - whereStrict()
05:43 - whereBetween()
08:36 - Outro
#laravel #php #codewithdary