If you get this error
Error in exception handler.
when trying to hit the root of a new install, do these two things on OSX:
sudo chown -R _www app/storage
(replace _www with your Apache server name if necessary)
chmod -R g+w app/storage
Installing Laravel site: permissions