In my app every user has its own database that created when user registered. Connection and database data (database name, username, password) are saved in a table in default
If you place database config on the database.php file, this can help you:
database.php
php artisan migrate --database=**otherDatabase**