Have you connected to the database successfully?
It looks like you have not set up the credentials to connect with your database, or if you have, artisan is running in a different environment than the credentials you have setup.
Check your app/config/database.php file to make sure the credentials are setup successfully. I think artisan runs in the production environment by default. You can change this in bootstrap/start.php.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community