I have set APP_DEBUG=true
in .env
file, and also configure the app.php
in config
folder debug' => env('APP_DEBUG', true)
. But the page is not showing the debugging or errors.
If I try a page which is not in the views just showing "Sorry the page is not found", and there are two files. named .env
and .env.example
This may be due to cache. Try this command
php artisan config:cache
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With