Did you create session migration?
Why console commands uses sessions?
I'm using L5 for quite a long time, but my version was locked in the pre-package changes. So I updated my packages and now I've finally updated L5 version to the latest changes.
But I notice that now I can't run console commands from outside homestead.
Not even a single php artisan. And this is due to the fact that my session driver is set to database. So, I need to be inside homestead to run everything, even a composer update that triggers artisan post-update commands (which is extremely slow with the vm's low memory)
I changed the driver to file and it runs with no problems, which leads to my question: Why console commands uses sessions? Is it a change in L5 or I did something wrong? (like with middlewares, I don't know)
Please or to participate in this conversation.