I am new in laravel. My query is i need to find out value from comma separated field.
Here is my table:
tags_value
╔════╦══
Try this :
->whereRaw("FIND_IN_SET('css',tags)")