laravel 自定義 檢查 session 數據是否存在

// vendor/laravel/framework/src/Illuminate/Session/Store.php // 添加下面方法,而後在須要的地方,Session::hasSession() public function hasSession(){ return $this->handler->read($this->getId()) ? true : f
相關文章
相關標籤/搜索