You can always "handle" models manually. The Mass Assignments (like create() and update()) are just shorthands to be lazy.
$user = new User();
$user->verification_code = MY VERIFICATION CODE;
$user->save();
Thanks @ftiersch it worked now perfectly. That should be made more clear on the documentation because it wasn't for me.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community