Session store not set on request when accessing 404 page after laravel upgrade
I recently updated my website to laravel 5.3, everything work fine except one thing. When I try to access a page that should not exist. It will give me a 'Session store not set on request.' error in Illuminate\Http\Request.php line 905. Before I upgrade, my website redirected correctly to the 404 page. Anybody know why?
Has the same problem. Does anybody know the solution?
I just can add that for me this problem is connected with the url for non-existing files. And also the exception is throwed, only if the blade contain helper functions like "old('key')".