tracker icon indicating copy to clipboard operation
tracker copied to clipboard

cant store any data in localhost

Open shofin-islam opened this issue 6 years ago • 5 comments

'enabled' => true, 'log_enabled' => true, 'log_users' => true, 'log_devices' => true,

shofin-islam avatar Feb 28 '18 12:02 shofin-islam

Try in config:

    'do_not_track_ips' => [
        // empty
    ],

devWaleed avatar Mar 06 '18 12:03 devWaleed

If you're on Laravel 5+ you should change the name of config.php to tracker.php. Publishing is broken for Laravel 5.4.

devWaleed avatar Mar 07 '18 05:03 devWaleed

I think you should try : php artisan config:cache

TheAhmedGad avatar Apr 02 '18 03:04 TheAhmedGad

@engahmedgad I did run the command as you said, but its not working. I didn't get any thing in localhost.

maheshd1991 avatar Jan 14 '19 06:01 maheshd1991

@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
    ],

napestershine avatar Feb 02 '19 19:02 napestershine