Closed rsoares88 closed 4 years ago
Im using custom data in session for a middleware, but LogViewer is not passing it for some reason.
Doing $request->session() in middleware will give error:
RuntimeException Session store not set on request.
Try to access sessions in middleware
Check this issue: #69
Description:
Im using custom data in session for a middleware, but LogViewer is not passing it for some reason.
Doing $request->session() in middleware will give error:
Steps To Reproduce:
Try to access sessions in middleware