Laravel - Column 'password' cannot be null

Password is required, save something random:

$user->password = Hash::make(Str::random(8));