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
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).
11
11
12
12
## Prerequisites
13
13
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