Hello I am developing my first application using the framework Windows and I got a problem at the time of logout. 
This is what he gives back to me. If anyone has faced similar problems please give me a feedback. Thanks in advance.
I’m using version 5.7.15 of Laravel
						
						
					 
MethodNotAllowedException.. checks the HTTP method being used and whether the routes allow it. Example, you are accessingpagina.com/logoutby GET, but routes only allow by POST.– fernandosavio
Thanks! Solved my problem.
– Wesley Silva