tracker
tracker copied to clipboard
Add domain_id to log table for multisite laravel framework.
I couldnt notice if Tracker save data per domain. And decided to add DOMAIN_ID to the SESSION Table.
I achive this few changes in the TRACKER.php file and the SESSION MODEL.
But is there a build in options for a multisite laravel framework?
Hey @ivanjpolanco , I'm trying to add this package to a multi-tenant app now, how did you solve this?