hamedmehryar / laravel-session-tracker

Session Tracking Tools For Laravel
MIT License
21 stars 9 forks source link

Stops working once Laravel 5.4.24 version gets updates #2

Open shreyas-sja opened 7 years ago

shreyas-sja commented 7 years ago

Stops working once Laravel 5.4.24 version gets updates laravel_session_error

Can anyone suggest what should be the changes required for this. Thank you !

usamanoman commented 7 years ago

Same issue!

shreyas-sja commented 7 years ago

@usamanoman : I have researched more on this and the final solution is to make your laravel version fix till "5.4.23". Now do not update to version "5.4.24" or above, till Laravel Session Tracker gives us updated package.

Thanks !

chuscazo commented 6 years ago

Hi, Since Laravel 5.4.24 has a Method called "refresh" in Model Class. Then you have to rename the method in src/Models/Session.php and src/SessionTracker.php.

There are a Problem too with jenssegers/agent for version 2.6, i made a pull Request. You can find the 2 solutions there.

https://github.com/hamedmehryar/laravel-session-tracker/pull/6/files https://github.com/hamedmehryar/laravel-session-tracker/pull/5/files https://github.com/hamedmehryar/laravel-session-tracker/pull/4/files