- already changed
APP_DEBUG
in.env
totrue
. - when you switch to an address that doesn't exists it would shows the typical laravel error.
- when you make mistake deliberately like
echo $var_that_not_exists
it would simply give you an blank page with a 500 internal error in browser console.
why? btw I'm using laravel 5.