Clearing the system cache

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorialsClearing the system cache
(Created page with "### Tutorial 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...")
 
Line 1: Line 1:
### Tutorial
+
=== Tutorial ===
  
 
There are two ways you can clear the DreamFactory System cache - using the web based admin console or the command line  
 
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.
 
if you have access to your hosting server.
  
### 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  
 
Login 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
+
    php artisan cache:clear

Revision as of 18:36, 3 February 2016

Tutorial

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

Login 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