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 table name configuration #44

Closed benbjurstrom closed 8 years ago

benbjurstrom commented 8 years ago

Added a table name option to the configuration file as discussed in #13. The table name defaults to activity_log when the packages config file is not published.

freekmurze commented 8 years ago

Hi, this package has been abandoned. Please use laravel-activitylog instead.