Take a backup before calling app commands. Closes #1730

This commit is contained in:
James Brooks
2016-04-29 13:20:17 +01:00
committed by James Brooks
parent 0fd88a6ba7
commit 21b60e0708
7 changed files with 368 additions and 10 deletions

View File

@@ -29,7 +29,7 @@
"doctrine/dbal": "^2.5",
"fideloper/proxy": "^3.1",
"graham-campbell/binput": "^3.4",
"graham-campbell/core": "^4.3",
"graham-campbell/core": "^5.0",
"graham-campbell/markdown": "^6.1",
"graham-campbell/exceptions": "^8.4",
"guzzlehttp/guzzle": "^6.2",
@@ -37,7 +37,8 @@
"mccool/laravel-auto-presenter": "^4.2",
"pragmarx/google2fa": "^0.7.1",
"rcrowe/twigbridge": "^0.9.2",
"roumen/feed": "^2.10"
"roumen/feed": "^2.10",
"backup-manager/laravel": "^1.1"
},
"require-dev": {
"alt-three/testbench": "^1.1",