Whoops handler only on local (Homestead) development
I have the old-style Whoops error pages working but I would like to limit them so that they only show when developing my app locally.
When I deploy to my Forge/Digital Ocean production server, I would like to standard, simple "Whoops, looks like something went wrong." message... Or, better yet, a custom styled error page.
Thanks, I do have my .env already set up correctly on my local development machine and the APP_ENV and APP_LOCAL variables are not present on my forge server yet the full "Whoops" error pages are being shown.
How would I use environment variables to set which error pages I use?