You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Check the config file for special features such as queue configuration and light
29
29
php artisan requester:entries
30
30
```
31
31
If you are using Static caching then **it's a good idea to add this command to your deploy script (e.g. Forge).** Deployments clear the static cache so this will rebuild it for all entries afterwards.
32
+
UPDATE: Statamic actually has a built in function for this which should be preferable - `static:warm`
32
33
<br/><br/>
33
34
34
35
```
@@ -52,3 +53,4 @@ This package utilises a 'cacherequester' queue on the default connection. You ca
52
53
- Add terms to entry requests
53
54
- Add multisite functionality
54
55
- Experiment with EntryCreated events to process images
0 commit comments