tracker
tracker copied to clipboard
cant store any data in localhost
'enabled' => true, 'log_enabled' => true, 'log_users' => true, 'log_devices' => true,
Try in config:
'do_not_track_ips' => [
// empty
],
If you're on Laravel 5+ you should change the name of config.php to tracker.php. Publishing is broken for Laravel 5.4.
I think you should try : php artisan config:cache
@engahmedgad I did run the command as you said, but its not working. I didn't get any thing in localhost.
@maheshd1991 can you try to do like this: just go to your tracker.php and change like this:
'do_not_track_ips' => [
// '127.0.0.0/24', /// range 127.0.0.1 - 127.0.0.255
],