Elise39u / LaravelAvontuur

A remade of my kilk game in larvael
0 stars 0 forks source link

Weird Routing #7

Closed Elise39u closed 6 years ago

Elise39u commented 6 years ago

When the user clicks on the patch notes link while on the login screen the use get redirected back to the login screen and when he logs in the user is send to the patch note page

This could possibe because of the Auth system So the user can`t access the site untill logged in or registerd

Elise39u commented 6 years ago

Route::any('patchnotes', 'HomeController@patchnotes')->name('patchnotes'); Putting this above Auth::routes(); Maked the issue solved