spatie / activitylog

A very simple activity logger to monitor the users of your website or application
https://spatie.be/opensource/laravel
MIT License
582 stars 75 forks source link

Add model for log mongodb related activity. #49

Closed ishanka85 closed 7 years ago

ishanka85 commented 7 years ago

I have added model for mongodb users. Please review my code and merge.

Thanks !

Ishanka.

freekmurze commented 7 years ago

Hi,

thanks for your contribution. Currently I have no interest in adding compatibility for Mongo in such an explicit way.

Have you tried specifying your custom model in the activity_model key of the config file? With any luck that should work.

EDIT: I thought you were sending this PR to the newer version of this package called laravel-activitylog. The aformentioned config option exists in that package.

This package, activitylog, is abandoned and therefore isn't maintained anymore.