I followed this very information guide to setup IN. And it seems to be mostly established. However, it seems as though the database tables are refusing the establish. I tried a previous walkthrough for an older version before finding this guide and it had me preform a
php artisan db:seed
command.
Is there something similar missing from this guide?
I’m using a separately hosted DB.
The setup page defaults to the db-ninja-01 but if I enter my information I receive a “Success” message when testing the connection.
Error when enabling debug
# SQLSTATE[42S02]: Base table or view not found: 1146 Table 'invoices.accounts' doesn't exist (SQL: select * from
accounts limit 1)