Reputation: 656
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:
https://github.com/cartalyst/sentry/issues/190
https://github.com/cartalyst/sentry/issues/161
Upvotes: 1
Views: 557
Reputation: 656
I found a good solution and made a little how-to: https://gist.github.com/leabdalla/5999421
Upvotes: 1