how to fix this problem?
[InvalidArgumentException]
Database [] not configured.
i can't make migrate
Looks like the database isn't configured in your config/database.php file.
Voc锚 deve colocar TENANCY_SYSTEM_CONNECTION_NAME=mysql no seu .env e rodar o comando php artisan tenancy:install. Note que mysql 茅 o nome da sua connection no config/database.php
check if the file exists

database.php file is hex file because I use sqlite.
Looks like the database isn't configured in your
config/database.phpfile.
because I use sqlite.
Shit! After Debugging the whole day, I solve the problem just run this piece of code.
php artisan config:cache
Most helpful comment
Looks like the database isn't configured in your
config/database.phpfile.