Replies: 6 comments 2 replies
-
To make Telescope work with this "all" you need is an adapter for the storage driver. Telescope registers the its database driver as part of the service provider, which is where you can replace the bindings to a driver that uses this package instead of eloquent to store the records. Not sure if anyone have written this yet though, but implementing those interfaces should be somewhat straightforward. |
Beta Was this translation helpful? Give feedback.
-
I am using mongodb with jenssegers/mongodb package. exception: "Symfony\Component\Debug\Exception\FatalThrowableError" |
Beta Was this translation helpful? Give feedback.
-
you mean log the mongodb queries? or store the telescope logs in mongodb? The first is easy you need to enable the query log: Worst case scenario you might have to fork the package & dive into the code |
Beta Was this translation helpful? Give feedback.
-
Has anyone been able to get this to work? It is unfortunate to not have this when switching over to mongo. It was great with mysql. I would love to see some examples of what needed to be changed to get it working. It's been really hard to find anything informative online so far. |
Beta Was this translation helpful? Give feedback.
-
Tracked with PHPORM-168 . |
Beta Was this translation helpful? Give feedback.
-
Could this package be compatible with Laravel Telescope?
I tried install Telescope and on dashboard, when trying to read requests, in console I get "Call to a member function prepare() on null".
Beta Was this translation helpful? Give feedback.
All reactions