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
Starting from Laravel 11, MongoDB support has been added, but mongod queries are not shown on the debugbar.
I can confirm that MognoDB queries were shown on version 3.x of the MongoDB package and Laravel 10. I am not sure if a change on the MongoDB package or a change in the debugbar package made it stop showing.
The text was updated successfully, but these errors were encountered:
I notcied if I add DB::connection('mongodb')->enableQueryLog() in the ServiceProvider, debugbar starts to record Mongo Queries, otherwise it won't record them!
Starting from Laravel 11, MongoDB support has been added, but mongod queries are not shown on the debugbar.
I can confirm that MognoDB queries were shown on version 3.x of the MongoDB package and Laravel 10. I am not sure if a change on the MongoDB package or a change in the debugbar package made it stop showing.
The text was updated successfully, but these errors were encountered: