Laravel-activitylog: Support for other databases

Created on 30 Sep 2016  路  5Comments  路  Source: spatie/laravel-activitylog

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

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

All 5 comments

This package only supports the database supported by Laravel itself. Currently these four db's are supported:

  • MySQL
  • Postgres
  • SQLite
  • SQL Server

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheFrankman picture TheFrankman  路  5Comments

kcristella picture kcristella  路  5Comments

chriship picture chriship  路  4Comments

farshadff picture farshadff  路  4Comments

DjKhireddine picture DjKhireddine  路  5Comments