I'm testing out the new Laravel and when creating a basic application
composer create-project laravel/laravel composer install composer update php artisan make:auth I'm presented with the basic authentication scaffold, after doing a little playing around, the links on the menu for logging in and registers stop working. I coudn't find the problem to fix it so I just created a new project.
And the same has happened again.
All i've done is
- Created a new view members.dashboard
- Set the login redirect to go to the dash board after logging in
Has anyone seen this problem before and can point me to the error?
UPDATE
/auth/login = no route /auth/register = no route /login = redirect to home page /register = redirect to home page
/auth/loginOR/auth/registeraccessible?/login = redirect to home page/register = redirect to home pagemeans you are logged in