Clearing the system cache

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorialsClearing the system cache
(Using admin console)
(Using Command Line)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
=== Using Admin Console ===
 
=== Using Admin Console ===
  
Login to the DreamFactory admin console using your admin account. Click on the 'Config' tab. From the left menu, click on  
+
Log in to the DreamFactory admin console using your admin account. Click on the 'Config' tab. From the left menu, click on  
 
'Cache' then click on the 'Flush System-Wide Cache' button.
 
'Cache' then click on the 'Flush System-Wide Cache' button.
  
=== Using command line ===
+
=== Using Command Line ===
  
 
Go to your DreamFactory installation root and enter the following command.
 
Go to your DreamFactory installation root and enter the following command.
  
    php artisan cache:clear
+
<pre>php artisan cache:clear</pre>

Latest revision as of 22:31, 15 July 2016

There are two ways you can clear the DreamFactory System cache - using the web based admin console or the command line if you have access to your hosting server.

Using Admin Console

Log in to the DreamFactory admin console using your admin account. Click on the 'Config' tab. From the left menu, click on 'Cache' then click on the 'Flush System-Wide Cache' button.

Using Command Line

Go to your DreamFactory installation root and enter the following command.

php artisan cache:clear