I started learning Laravel just an hour ago and following tutorials.
My settings for database are as follow (File: app/config/database.php):
\'default\'
It is most likely an issue with environments. Check that you have a database configuration file in app/config/local/, and check that it has the proper settings.