Level 88
I run Laravel 5.1.10 and it has the method session:table. Are you sure it's not in the list when you run php artisan?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
On this page, http://laravel.com/docs/master/session the documentation says that to generate the Session migration, I should run php artisan session:table
Unfortunately this command isn't registered anymore in 5.1. What's the table structure do I need for a session database driver?
Thanks.
Please or to participate in this conversation.