You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I upgrade Laravel to 5.7 from 5.6, I got this :
Class session does not exist
and It thrown by RequestDataProcessor class, when want to access session() helper.
my solution was disable log_session_data in config file, run the application, enable it again.
The text was updated successfully, but these errors were encountered:
Hi,
When I upgrade Laravel to 5.7 from 5.6, I got this :
and It thrown by
RequestDataProcessor
class, when want to access session() helper.my solution was disable
log_session_data
in config file, run the application, enable it again.The text was updated successfully, but these errors were encountered: