laravel query builder introduction

laravel query builder introduction tutorial

In this lecture we will discuss laravel database query builder introduction tutorial. query builder is one of the ...

query builder insert data

part 1 laravel query insert data

In this video we will discuss how to insert data and get id after inserting data by using db facades in laravel qu...

laravel query builder introduction

part 2 laravel all type of where conditions in query builder

In this post we will discuss all type of where conditions in laravel query builder.some of them where, orWhere, wh...

laravel query builder date

part 3 laravel whereDate, whereYear and whereTime qyery method

how to playing with dates in laravel query builder. here we will discuss how to get data according to date from da...

laravel whereColumn() query

part 4 compare two db columns in laravel query builder

in laravel querey builder easily compare two and more database columns by using whereColumn method and we also get...

laravel pluck

part 6 laravel pluck method get single column value

how to get only one column values in database table in laravel the answer is laravel pluck() method. we discuss la...

select vs addSelect

part 7 laravel select and addselect query in query builder

In this video we will discuss laravel select() and addselect() query method with hindi video tutorial.

...
first(), find() and value() method

part 5 laravel first and find queries

in laravel when we edit data than get only one dimensonal array it not required foreach loop thus we get single ro...

laravel edit adn update query builder

part 8 laravel edit and update method query explaination

In this video tutorial we will discuss how to update data in laravel query builder.Laravel edit and update method ...

laravel updateOrInsert and upsert query

Part 9 laravel query for update or insert data by one method

In some time we want to use a single method for both create and update data.Laravel provide some methods for creat...

laravel delete vs truncate vs drop method

part 10 laravel delete vs truncate vs drop method

In this tutorial we differentiate laravel three data delete methods. difference between delete vs truncate vs drop...

laravel group and order by

part 11 gropupby and orderby query tutorial

In this post we will discuss laravel querybuilder tutorial for groupBy and orderBY query. you learn laravel step b...

laravel union of queries

Part 12 laravel union of two queries

If you want to see how to connect two queries with in laravel query builder than you are right place and here we a...

laravel aggregate functions

part 13 laravel all aggregate functions with example

In this tutorial we read about laravel query builder all aggregate functions like avg, sum, min, max, count. Aggre...

laravel chunk method

part 14 laravel query builder chunk method

How to update thousands of data in a database in laravel than a solution in this tutorial. We use chunk method to ...

laravel exists() and doesntExist() method

part 15 laravel exists() and doesntExist() method

In this laravel query builder tutorial we will discuss exist and doesntExist query methods. It check record exist ...

laravel paginate vs simplePaginate method

part 16 laravel paginate vs simplePaginate method

In this laravel tutorial, we will discuss two types of pagination method paginate vs simple paginate in laravel 6,...

laravel query builder all join methods

part 17 laravel all join methods

In this tutorial, we will discuss all type of laravel query builder join methods like (Inner Join, Left Join, Righ...