All I'd be doing to help you, is paraphrase this link: https://laravel.com/docs/10.x/authentication. This is called documentation and it's really useful, especially if you read it.
Dec 20, 2023
6
Level 5
Cannot authenticate users in Laravel in production
I cannot authenticate users in Laravel.
I've tried the following command: php artisan make:auth but the Command "make:auth" is not defined.
Registration works correctly though.
Level 5
php artisan config:cache solved the problem. I hope that this answer will help other people.
Please or to participate in this conversation.