antonioribeiro / tracker

Laravel Stats Tracker
MIT License
2.89k stars 595 forks source link

Add domain_id to log table for multisite laravel framework. #206

Open ivanjpolanco opened 7 years ago

ivanjpolanco commented 7 years ago

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?

novakben commented 4 years ago

Hey @ivanjpolanco , I'm trying to add this package to a multi-tenant app now, how did you solve this?