I am fairly new to laravel and I'm trying to build an 'add to basket' script. It consists of 3 table...
Sorry... I should have said use first() instead of get() rather than just removing it.
have you tried (remove get())?: $subscribeUser = User::where('email', $data['email']);
The Laravel portal for problem solving, knowledge sharing and community building.
The community