How to get sentry to work with multiple models and tables in the same Laravel app? Something like this
model: Member - tables: members and members_groups
model: Admin - tables: admins and admins_groups
This is because I need different models with different column fields and methods.
I found some docs, but don't know exactly what is the best approach:
I found a good solution and made a little how-to: https://gist.github.com/leabdalla/5999421