Posts by Jhow Costa • 1 point
1 post
- 
		-2 votes3 answers45 viewsQ: Symfony Component Httpkernel Exception Methodnotallowedhttpexception The PUT method is not supported for this route. Supported methods: GET, HEAD, POSMy Blade <form action="{{route('Update.afiliados', $users->id)}}" method="POST"> @csrf @method('put') <button class="btn btn-block btn-flat btn-primary" method="post"> <span…