Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Symfony 5 - Customize Twig error templates

templates/
 └─ bundles/
  └─ TwigBundle/
    └─ Exception/
      ├─ error404.html.twig
      ├─ error403.html.twig
      └─ error.html.twig      # All other HTML errors (including 500)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Symfony #Customize #Twig #error #templates
ADD COMMENT
Topic
Name
8+3 =