You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
Please update for Laravel 4.2 (change requirements on your composer.json), and correct Jones\VisitorLog\Visitor::clear(), as Laravel 4.2 don't use timestamps, change clear()by this :
The clear function hasn't worked with any Laravel version (see the readme). That's why it's still a beta version.
About composer.json: I've updated it some time ago and it works on my localhost without problems. I didn't have much time lately to work with laravel so I'm not up to date with the recent changes ;)
I'd make it a setting :P Not sure whether it's that easy to query the database to check whether it's a date or not. Haven't looked whether Eloquent allows to check this too.
Can you create a Pull Request when you've found a fix?
Please update for Laravel 4.2 (change requirements on your composer.json), and correct
Jones\VisitorLog\Visitor::clear()
, as Laravel 4.2 don't use timestamps, changeclear()
by this :The text was updated successfully, but these errors were encountered: