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

tarzanking's avatar

Laravel 5.2 ErrorException in Request.php line 775: Session store not set on request

Before i am using Laravel 5.1 follow the tutorial which is Project Flyer it work ! But for now i having a problem which is value can't put curry bracket

Code below :

<input type="text" name="name" id="name" class="form-control" value="{{ old('name') }}">
0 likes
4 replies
andreasb's avatar

I cannot see any code - please use ``` to show code

alainbelez's avatar

if you're using Laravel 5.2 make sure you add the web middleware for your routes.

Please or to participate in this conversation.