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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
This package creates a dump-file from a MySQL database in Laravel 5. The dumpfile can be stored on [any of the filesystems you have configured in Laravel 5](http://laravel.com/docs/5.0/filesystem).
11
11
12
-
Feeling paranoid about backups? No problem! You can backup your database to multiple filesystems at once.
12
+
Feeling paranoid about db-backups? No problem! You can backup your database to multiple filesystems at once.
13
13
14
14
## Prerequisites
15
15
To create a dump of a MySQL-db this packages uses the ```mysqldump```-binary. Make sure it is installed on your system.
@@ -74,13 +74,13 @@ return [
74
74
75
75
## Usage
76
76
77
-
To generate a dump-file run:
77
+
Use this command to generate and upload the db-dump to the filesystem(s) you specified:
78
78
79
79
```bash
80
80
php artisan db:backup
81
81
```
82
82
83
-
A file containing the dump of your database will be created in the filesystem/directory you specified in the config-file.
83
+
A file containing the dump of your database will be created on the filesystem(s) you specified in the config-file.
0 commit comments