I am creating and migrating databases on the fly, and have managed to successfully do this with seeding of data.
However, when it comes to seeding a user on this new db using Sentinel::registerAndActivate , Sentinel defaults back to the main connection and creates a user on that connection.
It doesn't respect the connection that I have specified for the new database via config('database.connection')
Is there a workaround for this?