PHP Classes

File: resources/views/errors/405.twig

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   resources/views/errors/405.twig   Download  
File: resources/views/errors/405.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 239 bytes
 

Contents

Class file image Download
{% extends 'layouts/layout.twig' %} {% block content %} <section class="http-error"> <h1>HTTP 405 - Method not allowed</h1> <p>The method "{{ method }}" is not allowed for this route.</p> </section> {% endblock %}