in your controller, you can do it. $newRow = new YourModelName; $newRow->column1 = $requesst->...
check the user controller and make sure the redirected path is allowed on app/routes.php. if you pro...
thetimmyc said: Hey nicholascc, what do you mean you forgot the namespace? I'm getting the same er...
The Laravel portal for problem solving, knowledge sharing and community building.
The community