Skip to content

can't use with mongoDB #788

Answered by Gummibeer
rishab0 asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Gummibeer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants