PHP Classes

File: resources/views/system/405.twig

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Utility Web PHP API   resources/views/system/405.twig   Download  
File: resources/views/system/405.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Utility Web PHP API
API to retrieve movie details and other resources
Author: By
Last change:
Date: 3 years ago
Size: 395 bytes
 

Contents

Class file image Download
{% extends 'layouts/app.twig' %} {% block contents %} <div class="card card-danger"> <div class="card-header bg-danger text-white"> 405(Method Not Allowed) </div> <div class="card-body text-danger font-weight-bolder"> Request method not allowed.<br/> <a href="/">Let's go home</a> </div> </div> {% endblock contents %}