You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our application uses both MySQL and MongoDB connections, but I'm afraid I can't get both working together.
I have tried various things such as tweaking namespaces etc. If I remove the 'Jenssegers\Mongodb\MongodbServiceProvider' from providers the MySQL eloquent models work as expected.
Is there any way to get them working side by side? My guess is the ConnectionResolver has been changed and its breaking MySQL models.
Im quite new to Laravel so not 100% if the above this the problem.