-
-
Notifications
You must be signed in to change notification settings - Fork 719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB connection activity-log. #549
Comments
Atm you only can customize the table via config. But you are able to override the whole model and set your connection as normal with eloquent. |
Yes, I know the table. |
Only extend the default activity model and set the connection property and put the new model FQCN in the config. |
Thanks 🌹 |
Can I change the database connection?
I do not want to be hit hard by the site's main database, so I'm going to use another database.
The text was updated successfully, but these errors were encountered: