TL;DR: Eloquent models are updating, if I dump the object the attributes show correctly, but when I...
Alright, I will do my best to describe my issue here. I have a route Route::get('/did/{search?}','DI...
I'm new to Laravel, and I'm loving the framework more and more everyday. I've only had one issue, an...
also, see your AuthController below return User::create([ 'name' => $data['name'],...
Your route is calling a controller, but not the function in the controller as @nepras mentions. Your...
The Laravel portal for problem solving, knowledge sharing and community building.