Tuesday, March 21, 2017

whereNotIn condition in a collection

I try to display all the structures id but without the connected one

 $structures = Structure::whereNotIn('id' , Auth::user()->structure->id)->pluck('id');

But it's doesn't work , someone know the right query to achieve that ?

Thanks a lot in advance



via Mathieu Mourareau

Advertisement