Laravel eloquent where two conditions in Coderfunda Programing Coderfunda December 11, 2020 Laravel No comments <?php // laravel where multiple conditions$query->where([ ['column_1', '=', 'value_1'], ['column_2', '<>', 'value_2'], [COLUMN, OPERATOR, VALUE], ...])?> Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment
Thanks