Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant store any data in localhost #372

Open
shofin-islam opened this issue Feb 28, 2018 · 5 comments
Open

cant store any data in localhost #372

shofin-islam opened this issue Feb 28, 2018 · 5 comments
Assignees

Comments

@shofin-islam
Copy link

shofin-islam commented Feb 28, 2018

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

@devWaleed
Copy link

devWaleed commented Mar 6, 2018

Try in config:

    'do_not_track_ips' => [
        // empty
    ],

@devWaleed
Copy link

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

@TheAhmedGad
Copy link

I think you should try : php artisan config:cache

@maheshd1991
Copy link

maheshd1991 commented Jan 14, 2019

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

@napestershine
Copy link
Collaborator

@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 napestershine self-assigned this Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants