Package Data | |
---|---|
Maintainer Username: | nayjest |
Maintainer Contact: | mail@vitaliy.in (Vitalii [Nayjest] Stepanenko) |
Package Create Date: | 2014-09-22 |
Package Last Update: | 2014-11-26 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:11:39 |
Package Statistics | |
---|---|
Total Downloads: | 570 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
"repositories": [
{
"url": "git@github.com:Nayjest/db-dump.git",
"type": "git"
}
],
"require": {
"nayjest/db-dump": "~1"
},
Create dump:
php artisan db:dump make
Create dump with specific tags:
php artisan db:dump make --tags my_dump,some_other_tag
Create dump using scenario:
php artisan db:dump make --scenario scenario_name
Apply dump (interactive)
php artisan db:dump apply