Skip to content

Commit eda94c8

Browse files
committed
Update README.md
1 parent 0100c17 commit eda94c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Quality Score](https://img.shields.io/scrutinizer/g/freekmurze/laravel-backup.svg?style=flat-square)](https://scrutinizer-ci.com/g/freekmurze/laravel-backup)
88
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-backup.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-backup)
99

10-
This package creates a dump-file from a MySQL database in Laravel 5.
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).
1111

1212
## Prerequisites
1313
To create a dump of a MySQL-db this packages uses the ```mysqldump```-binary. Make sure it is installed on your system.

0 commit comments

Comments
 (0)