Utilising Laravel’s powerful query builder to do the heavy lifting while interacting with database
Requirements
Basic understanding of MySQL
Basic familiarity with Laravel’s Eloquent
Description
In this course, we will go through Laravel’s query builder together and understand how to fully utilize its power. We will be working with “sakila” sample database where we will write raw sql queries and then we will translate those raw queries using query builder. By the end of this course, you should be more than comfortable with query builder to use it in any of your project or at your work.