I am wondering if there is a library/solution that does the following:
- main database has a table within information which subscriptions is stored at which database location
- when the user logs into their account on the system we grab the database data where subscription data is stored and use data to fetch subscription data from.
- allows for easy migration,
php artisan migrateacross all databases in the main database
I found a package similar to what I am after: https://github.com/orchestral/tenanti