My custom error page is not being called.
- OS: Linux Ubuntu
- PHP 7 / Laravel 5.5
- I have already created the folder "resources / errors" and in it the file "404.blade.php"
- I have already given permission on the OS to the folder
- I have already used the php artisan cache: clear and php artisan view: clear commands.
- I changed the .env file to "debug" to false.
Anyway, these were the actions I took.