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 57fbe47 commit 0100c17Copy full SHA for 0100c17
src/Assets/config/laravel-backup.php
@@ -11,15 +11,14 @@
11
12
/*
13
* The path where the database dumps will be saved. This path
14
- * is related to the path you configured with your chosen
15
- * filesystem
+ * is relative to the root you configured on your chosen
+ * filesystem.
16
*
17
* If you're using the local filesystem a .gitignore file will
18
* be automatically placed in this directory so you don't
19
* accidentally end up committing these dumps.
20
*/
21
- 'path' => storage_path('db-dumps'),
22
-
+ 'path' => 'db-dumps',
23
24
25
* The path to the mysqldump binary. You can leave this empty
0 commit comments