over 9 years ago
There are n number of situation where we want to write complex query so It is very difficult to write complex query using Laravel.So to overcome such problem Laravel provide raw query option. The syntax of writing raw query is:-
Syntax:
Example:
By this way we can write raw query in laravel 4.x
0 Comment(s)