Arthur Riveraarthur-rivera.hashnode.dev·Jul 24, 2024Exploring Laravel Eloquent ORM in DepthWhen I first started working with Laravel, I was immediately struck by the simplicity and elegance of its Eloquent ORM (Object-Relational Mapping). In this article, I’ll take you through what Eloquent is, how it evolved over time, and why it’s such a...DiscussEloquent ORM
Chaiweichaiwei.hashnode.dev·May 27, 2024Optimizing Laravel Eloquent QueriesRecently, I was working on a project where I identified that a significant number of database queries were being executed, leading to performance issues. Especially when dealing with relationships, one common performance issue developers face is the ...DiscussLaravel
kalam ahmedkalam714.hashnode.dev·Apr 2, 2024Enhancing Database Query Performance with Advanced Laravel Eloquent TechniquesAs a chef, you know that ingredient quality significantly affects the flavor of your dishes. Similarly, in web development, optimizing your database queries is like using top-notch ingredients to boost your recipe’s performance. Imagine you’re cookin...Discuss·10 likesAdvanced Techniques
Kevin Millerkevinmiller.hashnode.dev·Mar 12, 2024Laravel Eloquent: Mastering the Art of Database InteractionsLaravel Eloquent is an Object-Relational Mapping (ORM) layer that comes built-in with the Laravel framework. It serves as an abstraction layer that allows developers to interact with databases using PHP objects and classes, rather than writing raw SQ...DiscussHire Laravel developer
Asfia Aimanasfiaaiman.hashnode.dev·Jan 13, 2024Choosing Between Eloquent and DB:: in Laravel: A Comprehensive GuideIntroduction: Laravel, a popular PHP web application framework, provides developers with powerful tools to interact with databases seamlessly. Two primary methods for handling database operations in Laravel are Eloquent ORM and the DB facade. Underst...Discusslaravel database
forLập Trình Viênlaptrinhvien.hashnode.dev·Aug 23, 2023Thủ thuật Laravel Eloquent ORMEloquent ORM trong Laravel thoạt nhìn có vẻ như đơn giản nhưng ẩn sâu dưới lớp vỏ bọc đó là nhiều chức năng bí ẩn nhưng lại ít được biết đến. Trong bài viết này mình sẽ giới thiệu đến các bạn 20 trong số những chức năng thú vị nhưng mạnh mẽ đó. 1. In...DiscussLaravel
Marvelous Praiserenacodes.hashnode.dev·Jun 15, 2023LARAVEL: Eloquent RelationshipsIn Laravel, a popular PHP framework, relationships are used to define the associations between database tables. Laravel provides an elegant and expressive syntax for defining and working with relationships, making it easy to retrieve and manipulate r...DiscussLaravel