Ejemplo: laravel Symfony Component HttpKernel Exception MethodNotAllowedHttpException El método GET no es compatible con esta ruta. Métodos admitidos: HEAD.
*/
protected function methodNotAllowed(array $others, $method)
{
throw new MethodNotAllowedHttpException(
$others,
sprintf(
'The %s method is not supported for this route. Supported methods: %s.',
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)