either use eloquent relationships or use inner join's in mysql via DB::query
Which version you are using? any chance you upgraded your version from 5.1 to 5.2 ?
Which version you are using? any chance you upgraded your version from 5.1 to 5.2 ?
if you don't want to search things in db you can serialize arrays and store it as a string in db.
do you have _token field in database? if not it will not store it. it might be you have different na...
The Laravel portal for problem solving, knowledge sharing and community building.
The community