- already changed
APP_DEBUGin.envtotrue. - 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_existsit would simply give you an blank page with a 500 internal error in browser console.
why? btw I'm using laravel 5.