Laravel 5.4 - 错误调用未定义的方法 Illuminate\Session\Store::set()
Laravel 5.4 - Error Call to undefined method Illuminate\Session\Store::set()
你如何解决这个问题?
enter image description here
您需要使用 put() 方法才能写入会话存储。
你如何解决这个问题? enter image description here
您需要使用 put() 方法才能写入会话存储。