Bowhead initial setup:

Welcome to Bowhead, this setup with help you set up Bowhead so you can get up to speed quickly.

If you are seeing this message, you need to set up your .env file or your .env file is incorrectly set up

This will set up your database for use with Bowhead.

First: copy the .env.example to .env

cp .env.example .env
Second: edit the .env file using vim or whatever editor you use. And change this to your database.
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=bowhead
DB_USERNAME=root
DB_PASSWORD=password
        
CURRENT ERROR:
           {{ $db_msg }}