Answer the question
In order to leave comments, you need to log in
Why laravel sessions table is not populated?
Task: to enter the ip of new users into the database, check on each page. To do this, I use sessions, namely, I bring them into the database. table made:
php artisan session:table
php artisan migrate
'driver' => env('SESSION_DRIVER', 'database'),
SESSION_DRIVER=database
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question