| 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: | 2025-10-30 03:11:28 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 658 | 
| Monthly Downloads: | 33 | 
| Daily Downloads: | 0 | 
| Total Stars: | 1 | 
| Total Watchers: | 2 | 
| 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