-
I got this error , when use this pakage |
Beta Was this translation helpful? Give feedback.
Answered by
Gummibeer
Sep 17, 2020
Replies: 1 comment
-
Hey, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Gummibeer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
MongoDB isn't supported by eloquent or pdo. So you will have to go with a package like https://github.com/jenssegers/laravel-mongodb and create your own activity model extending the MongoDB base model and implementing the activity interface.
At the end MongoDB isn't in the list of officially supported databases as it's not by Laravel. You will be on your own doing it. The package should still work but isn't tested with MongoDB.