invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 67 forks source link

Logout error #127

Closed enelgy closed 3 years ago

enelgy commented 3 years ago

When I log out, it throws an error ->"The GET method is not supported for this route. Supported methods: POST." I have set this in route-web.php - "Route::post('logout', 'Auth\LoginController@logout')->name('logout');" Any idea how to fix ?

enelgy commented 3 years ago

changed to ::get and i had to use artisan make:auth