By default if I am not logged and I try visit this in browser:
http://localhost:8000/home
It redirect me to http://localhost:8000/aut
http://localhost:8000/aut
could you please outputs php artisan route:list please
php artisan route:list
You are right you can set the following attributes:
protected $loginPath = 'xxx'; protected $redirectPath = 'xxx'; protected $redirectAfterLogout = 'xxx';
Set this attribute to you AuthController.php
AuthController.php