We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c387bc9 commit 89bebcaCopy full SHA for 89bebca
README.md
@@ -26,11 +26,17 @@ Why use our backup addon?
26
27
## Installation
28
29
-To install this addon, require it using composer.
+1. To install this addon, require it using composer.
30
31
-```bash
32
-composer require itiden/statamic-backup
33
-```
+ ```bash
+ composer require itiden/statamic-backup
+ ```
34
+
35
+2. Set the `content_path` config value to the path of your content, start with publishing the config:
36
37
+ php artisan vendor:publish --tag="backup-config"
38
39
+ default is `storage_path('content')`
40
41
## Configuration
42
0 commit comments