php artisan cache:clear. 使用程式碼清除快取. 方法1:. <?php foreach (Cache::getMemory() as $cacheKey => $cacheValue) { Cache::forget($cacheKey); }. 方法2:.
確定! 回上一頁