SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'password' cannot be null
Password is required, save something random:
$user->password = Hash::make(Str::random(8));
Categorieën
Laravel