we've got lot of activities to log, so instead of using mysql can i use mongo db for logging activities ?
and how can i do it?.
thanks
This package only supports the database supported by Laravel itself. Currently these four db's are supported:
So no Mongo DB sorry...
There is eloquent driver for mongodb by jessengers can i use that ?
I haven't tested it out. It might work. Try it out and let me know 馃槃
@rjcrystal , did you mange to get it work? :)
@rjcrystal @mwei0210
I have added a package support for mongodb with base implementation inspired by this package
https://github.com/msonowal/laravel-auditor
Most helpful comment
@rjcrystal @mwei0210
I have added a package support for mongodb with base implementation inspired by this package
https://github.com/msonowal/laravel-auditor