Customize view server error to 500 or 404

48 Views Asked by At

Is it possible to customize the views of the various errors such as server error 500 or 404 etc. in Laravel Forge? If so, how? Where are these files located?

1

There are 1 best solutions below

0
On BEST ANSWER

Try this: https://laravel.com/docs/10.x/errors#custom-http-error-pages

This is the documentation for laravel 10 and other laravel versions but works also with laravel forge.