{"id":1134,"date":"2020-04-07T20:14:36","date_gmt":"2020-04-07T14:44:36","guid":{"rendered":"http:\/\/192.168.0.6\/linuxbots\/?p=1134"},"modified":"2022-07-08T15:30:25","modified_gmt":"2022-07-08T10:00:25","slug":"laravel-clear-cache","status":"publish","type":"post","link":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/","title":{"rendered":"Laravel clear cache (All Methods)"},"content":{"rendered":"\n<p><a rel=\"noreferrer noopener\" aria-label=\"Laravel (opens in a new tab)\" href=\"https:\/\/laravel.com\/\" target=\"_blank\">Laravel<\/a>, one of the most widely used PHP framework. In this compact article we learn how to clear laravel cache by using terminal and browser.  Laravel uses different types of cache for the application. When we made changes in the code then we have to clear caches for applying changes. <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Also Read &#8211; <a href=\"https:\/\/oracle.itsupportwale.com\/blog\/install-laravel-on-ubuntu-16-04-with-apache\/\" target=\"_blank\" rel=\"noreferrer noopener\" label=\"Install Laravel on Ubuntu (opens in a new tab)\">Install Laravel on Ubuntu<\/a><\/li><\/ul>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_80 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-69d8a71f0cc9d\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-69d8a71f0cc9d\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#Laravel_clear_cache_using_Terminal\" >Laravel clear cache using Terminal<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#1_Clear_Configuration_Cache\" >1 : Clear Configuration Cache<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#2_Clear_Route_Cache\" >2 : Clear Route Cache<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#3_Clear_Blade_view_Cache\" >3 : Clear Blade view Cache<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#4_Clear_Application_Cache\" >4 : Clear Application Cache<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#Clear_Laravel_cache_using_Browser\" >Clear Laravel cache using Browser<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Laravel_clear_cache_using_Terminal\"><\/span>Laravel clear cache using Terminal<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>For this method you need the command line access of your web server. Because we have to navigate to the laravel project folder and run some commands from the terminal in this method.<\/p>\n\n\n\n<p>At the very first step, Goto the laravel project directory using the <strong>cd <\/strong>command.<\/p>\n\n\n\n<p><strong>cd \/path_to_your_laravel_application_folder\/<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"1_Clear_Configuration_Cache\"><\/span>1 : Clear Configuration Cache<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>Laravel combine all of the configuration files into a single, cached file. However  you can clear the configuration cache by running the below command from terminal.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php artisan config:clear<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"2_Clear_Route_Cache\"><\/span>2 : Clear Route Cache<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p> For large application with many routes, Laravel uses route cache. You can clear the route cache by running the below command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php artisan route:clear<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"3_Clear_Blade_view_Cache\"><\/span>3 : Clear Blade view Cache<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p> Run the below command to clear all the pre-compiled Blade views.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php artisan view:clear<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"4_Clear_Application_Cache\"><\/span>4 : Clear Application Cache<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<p>To clear the application cache of the Laravel application run the below command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php artisan cache:clear<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Clear_Laravel_cache_using_Browser\"><\/span>Clear Laravel cache using Browser<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>On the shared hosting servers, we do not having SSH access. In that case you can use the laravel routes to clear caches. Simply create the routes and point your browser to that URL for run the command.<\/p>\n\n\n\n<p>For simple example, Goto the <strong>web.php<\/strong> file in your laravel project folder and add the below code in that file.<\/p>\n\n\n\n<p>For example, if you want to clear the config cache. Then visit the following URL in your web browser, remember to replace the mydomain with your servers IP or Domain name.<\/p>\n\n\n\n<p><strong>http:\/\/mydomain\/config-cache<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> \/\/Clear config cache:\n Route::get('\/config-cache', function() {\n     $exitCode = Artisan::call('config:clear');\n     return 'Config cache cleared';\n }); \n\n \/\/Clear route cache:\n Route::get('\/route-cache', function() {\n     $exitCode = Artisan::call('route:clear');\n     return 'Routes cache cleared';\n });\n\n  \/\/ Clear view cache:\n Route::get('\/view-cache', function() {\n     $exitCode = Artisan::call('view:clear');\n     return 'View cache cleared';\n });\n\n \/\/ Clear application cache:\n Route::get('\/clear-cache', function() {\n     $exitCode = Artisan::call('cache:clear');\n     return 'Application cache cleared';\n });<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Also Read : <a href=\"https:\/\/oracle.itsupportwale.com\/blog\/install-php-in-ubuntu-18-04\/\" target=\"_blank\" rel=\"noreferrer noopener\" label=\"How To Install PHP 7.4 on Ubuntu Server (opens in a new tab)\">How To Install PHP 7.4 on Ubuntu Server<\/a><\/li><\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Laravel, one of the most widely used PHP framework. In this compact article we learn how to clear laravel cache by using terminal and browser. Laravel uses different types of cache for the application. When we made changes in the code then we have to clear caches for applying changes. Also Read &#8211; Install Laravel &#8230; <a title=\"Laravel clear cache (All Methods)\" class=\"read-more\" href=\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/\" aria-label=\"Read more  on Laravel clear cache (All Methods)\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":3557,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[498,508,501],"tags":[514,515],"class_list":["post-1134","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-foss","category-laravel","category-php-framework","tag-cache","tag-clear-cache"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Laravel clear cache (All Methods) - ITSupportWale<\/title>\n<meta name=\"description\" content=\"Laravel uses different types of cache for the application.In this compact article we learn how to clear laravel cache by using terminal and browser.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel clear cache (All Methods) - ITSupportWale\" \/>\n<meta property=\"og:description\" content=\"Laravel uses different types of cache for the application.In this compact article we learn how to clear laravel cache by using terminal and browser.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/\" \/>\n<meta property=\"og:site_name\" content=\"ITSupportWale\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Itsupportwale-298547177495978\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-07T14:44:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-08T10:00:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2021\/05\/laravel-6.0-welcome-page.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1027\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Techie\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Techie\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/\"},\"author\":{\"name\":\"Techie\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/#\/schema\/person\/8c5a2b3d36396e0a8fd91ec8242fd46d\"},\"headline\":\"Laravel clear cache (All Methods)\",\"datePublished\":\"2020-04-07T14:44:36+00:00\",\"dateModified\":\"2022-07-08T10:00:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/\"},\"wordCount\":312,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2021\/05\/laravel-6.0-welcome-page.jpg\",\"keywords\":[\"cache\",\"clear cache\"],\"articleSection\":[\"FOSS\",\"Laravel\",\"PHP Framework\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/\",\"url\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/\",\"name\":\"Laravel clear cache (All Methods) - ITSupportWale\",\"isPartOf\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2021\/05\/laravel-6.0-welcome-page.jpg\",\"datePublished\":\"2020-04-07T14:44:36+00:00\",\"dateModified\":\"2022-07-08T10:00:25+00:00\",\"description\":\"Laravel uses different types of cache for the application.In this compact article we learn how to clear laravel cache by using terminal and browser.\",\"breadcrumb\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#primaryimage\",\"url\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2021\/05\/laravel-6.0-welcome-page.jpg\",\"contentUrl\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2021\/05\/laravel-6.0-welcome-page.jpg\",\"width\":1027,\"height\":576,\"caption\":\"laravel-6.0-welcome-page\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/itsupportwale.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel clear cache (All Methods)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/#website\",\"url\":\"https:\/\/itsupportwale.com\/blog\/\",\"name\":\"ITSupportWale\",\"description\":\"Tips, Tricks, Fixed-Errors, Tutorials &amp; Guides\",\"publisher\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/itsupportwale.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/#organization\",\"name\":\"itsupportwale\",\"url\":\"https:\/\/itsupportwale.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2023\/09\/cropped-Logo-trans-without-slogan.png\",\"contentUrl\":\"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2023\/09\/cropped-Logo-trans-without-slogan.png\",\"width\":1119,\"height\":144,\"caption\":\"itsupportwale\"},\"image\":{\"@id\":\"https:\/\/itsupportwale.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Itsupportwale-298547177495978\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/itsupportwale.com\/blog\/#\/schema\/person\/8c5a2b3d36396e0a8fd91ec8242fd46d\",\"name\":\"Techie\",\"sameAs\":[\"https:\/\/itsupportwale.com\",\"iswblogadmin\"],\"url\":\"https:\/\/itsupportwale.com\/blog\/author\/iswblogadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel clear cache (All Methods) - ITSupportWale","description":"Laravel uses different types of cache for the application.In this compact article we learn how to clear laravel cache by using terminal and browser.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/","og_locale":"en_US","og_type":"article","og_title":"Laravel clear cache (All Methods) - ITSupportWale","og_description":"Laravel uses different types of cache for the application.In this compact article we learn how to clear laravel cache by using terminal and browser.","og_url":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/","og_site_name":"ITSupportWale","article_publisher":"https:\/\/www.facebook.com\/Itsupportwale-298547177495978","article_published_time":"2020-04-07T14:44:36+00:00","article_modified_time":"2022-07-08T10:00:25+00:00","og_image":[{"width":1027,"height":576,"url":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2021\/05\/laravel-6.0-welcome-page.jpg","type":"image\/jpeg"}],"author":"Techie","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Techie","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#article","isPartOf":{"@id":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/"},"author":{"name":"Techie","@id":"https:\/\/itsupportwale.com\/blog\/#\/schema\/person\/8c5a2b3d36396e0a8fd91ec8242fd46d"},"headline":"Laravel clear cache (All Methods)","datePublished":"2020-04-07T14:44:36+00:00","dateModified":"2022-07-08T10:00:25+00:00","mainEntityOfPage":{"@id":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/"},"wordCount":312,"commentCount":0,"publisher":{"@id":"https:\/\/itsupportwale.com\/blog\/#organization"},"image":{"@id":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#primaryimage"},"thumbnailUrl":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2021\/05\/laravel-6.0-welcome-page.jpg","keywords":["cache","clear cache"],"articleSection":["FOSS","Laravel","PHP Framework"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/","url":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/","name":"Laravel clear cache (All Methods) - ITSupportWale","isPartOf":{"@id":"https:\/\/itsupportwale.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#primaryimage"},"image":{"@id":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#primaryimage"},"thumbnailUrl":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2021\/05\/laravel-6.0-welcome-page.jpg","datePublished":"2020-04-07T14:44:36+00:00","dateModified":"2022-07-08T10:00:25+00:00","description":"Laravel uses different types of cache for the application.In this compact article we learn how to clear laravel cache by using terminal and browser.","breadcrumb":{"@id":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#primaryimage","url":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2021\/05\/laravel-6.0-welcome-page.jpg","contentUrl":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2021\/05\/laravel-6.0-welcome-page.jpg","width":1027,"height":576,"caption":"laravel-6.0-welcome-page"},{"@type":"BreadcrumbList","@id":"https:\/\/itsupportwale.com\/blog\/laravel-clear-cache\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/itsupportwale.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel clear cache (All Methods)"}]},{"@type":"WebSite","@id":"https:\/\/itsupportwale.com\/blog\/#website","url":"https:\/\/itsupportwale.com\/blog\/","name":"ITSupportWale","description":"Tips, Tricks, Fixed-Errors, Tutorials &amp; Guides","publisher":{"@id":"https:\/\/itsupportwale.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/itsupportwale.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/itsupportwale.com\/blog\/#organization","name":"itsupportwale","url":"https:\/\/itsupportwale.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itsupportwale.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2023\/09\/cropped-Logo-trans-without-slogan.png","contentUrl":"https:\/\/itsupportwale.com\/blog\/wp-content\/uploads\/2023\/09\/cropped-Logo-trans-without-slogan.png","width":1119,"height":144,"caption":"itsupportwale"},"image":{"@id":"https:\/\/itsupportwale.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Itsupportwale-298547177495978"]},{"@type":"Person","@id":"https:\/\/itsupportwale.com\/blog\/#\/schema\/person\/8c5a2b3d36396e0a8fd91ec8242fd46d","name":"Techie","sameAs":["https:\/\/itsupportwale.com","iswblogadmin"],"url":"https:\/\/itsupportwale.com\/blog\/author\/iswblogadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/posts\/1134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/comments?post=1134"}],"version-history":[{"count":0,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/posts\/1134\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/media\/3557"}],"wp:attachment":[{"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/media?parent=1134"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/categories?post=1134"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itsupportwale.com\/blog\/wp-json\/wp\/v2\/tags?post=1134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}