Getting this strange error when trying to run Sessions through Redis. Other drivers like database and file work fine. There is no further stack trace for me to track from where it is originating.
FatalErrorException in RedisStore.php line 54:
Call to a member function get() on null
Please guide.
via Chebli Mohamed
check your config,
RépondreSupprimerconfig/session.php
'driver' => env('SESSION_DRIVER', 'redis'),
'connection' => 'default',