Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Shelby's avatar

[5.1] Laravel Session driver Migration table

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.

0 likes
1 reply
bobbybouwmann's avatar

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?

Please or to participate in this conversation.