Laravel by default asks for a db called "laravel" and a users table called "users", but I named them in a different way and I want to make it works. Below the error it gives me:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.users' doesn't exist
EDIT: I kept the default config/database.php, changing nothing inside of it.