Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 284 Bytes

error_code_blade_pages.md

File metadata and controls

5 lines (4 loc) · 284 Bytes

Error code blade pages

If we want to create a specific error page for some HTTP code, like 500 - just create a blade file with this code as filename, in resources/views/errors/500.blade.php, or 403.blade.php etc, and it will automatically be loaded in case of that error code.