Clearing the system cache
From DreamFactory
(→Using admin console) |
(→Using command line) |
||
Line 7: | Line 7: | ||
'Cache' then click on the 'Flush System-Wide Cache' button. | 'Cache' then click on the 'Flush System-Wide Cache' button. | ||
− | === Using | + | === 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 22:30, 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
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