4
My custom error page is not being called.
- OS: Linux Ubuntu
- PHP 7 / Laravel 5.5
- I already created the folder "Resources/errors" and in it the file "404.blade.php"
- I already gave permission in the OS for the folder
- I already used the commands "php Artisan cache:clear" and "php Artisan view:clear".
- I switched in the file . env the option "debug" to false.
Anyway, these are the actions I took.
Miguel was exactly that. I read the documentation and did not pay attention to this detail. Really the file should be in "Resources/views/errors". Thank you very much!
– Alexandro Santos
You’re welcome @Alexandrosantos
– Miguel