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

Logging activity to a different database #42

Closed grafikkaos closed 8 years ago

grafikkaos commented 8 years ago

Hi,

Just have to say that this is a great package. I would however live to log activities to another database rather. Is there a way I can achieve this?

Thanks

freekmurze commented 8 years ago

It seems that it is possible to specify a db connection for each eloquent model: http://stackoverflow.com/questions/31847054/how-to-use-multiple-database-in-laravel

Haven't played around with this feature, so no guaranties on a painless solution.