Auth::log() not authenticating newly created user in Laravel 11
I am creating a Create User and Login User module in Laravel 11, currently with my progress I can now create account and save the credentials in the database with the hashedpassword.
I am creating a Create User and Login User module in Laravel 11, currently with my progress I can now create account and save the credentials in the database with the hashedpassword.