http://laravel.io/bin/zj5zq Here is my category tree I want to get all ids of subcategories from inf...
Hello everyone I'm trying to validate my input but I have weird problem with redirecting when Valida...
I have two arrays of objects and I want to check if ids of elements of both are the same then select...
Hello everyone I'm making CMS and I need to upload several images to product but I also need option...
Hello everyone, I'm going through Larabook series and have problem with codeception test. Here is my...
I suggest to watch this series https://laracasts.com/series/laravel-5-fundamentals
So you don't want to select tags with specific name right?
Try this: App\Offer::with('tags')->->whereNotIn('id', array(1, 2, 3))->get();
The Laravel portal for problem solving, knowledge sharing and community building.