Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Commit 8929b1c

Browse files
authored
Add documentation for the Git Automation
1 parent 2272af0 commit 8929b1c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,13 @@ You may update the config with the following command:
9696
php artisan dynamic-cache:update
9797
```
9898
This is useful if you change your entries in your code editor rather than in the Control Panel.
99+
100+
## Git Automation
101+
This addon supports Statamic's Git integration. Simply add the following paths to the `paths` array in your `git.php` config. Also, make sure that the addon's storage path is tracked by git.
102+
103+
```php
104+
'paths' => [
105+
config_path('statamic'),
106+
storage_path('statamic/addons/dynamic-cache'),
107+
]
108+
```

0 commit comments

Comments
 (0)