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.
2 parents dd779eb + 9fb7f6c commit c98eddfCopy full SHA for c98eddf
README.md
@@ -57,7 +57,7 @@ You can install the package via Composer:
57
composer require spatie/laravel-db-snapshots
58
```
59
60
-You should add a disk named `snapshots` to `app/config/filesystems.php` on which the snapshots will be saved. This would be a typical configuration:
+You should add a disk named `snapshots` to `config/filesystems.php` on which the snapshots will be saved. This would be a typical configuration:
61
62
```php
63
// ...
0 commit comments