Skip to content

Instantly share code, notes, and snippets.

@djaiss
Created July 11, 2018 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djaiss/a0ebd4188a1f32403d3e1cd974c43ad9 to your computer and use it in GitHub Desktop.
Save djaiss/a0ebd4188a1f32403d3e1cd974c43ad9 to your computer and use it in GitHub Desktop.
Illuminate\Support\Collection {#1278
#items: array:7 [
0 => array:2 [
"message" => "✓ Maintenance mode: on"
"command" => "php artisan down --message=Upgrading Monica v2.3.1 --retry=10"
]
1 => array:2 [
"message" => "✓ Resetting application cache"
"command" => "php artisan cache:clear"
]
2 => array:2 [
"message" => "✓ Clear config cache"
"command" => "php artisan config:clear"
]
3 => array:2 [
"message" => "✓ Clear route cache"
"command" => "php artisan route:clear"
]
4 => array:2 [
"message" => "✓ Clear view cache"
"command" => "php artisan view:clear"
]
5 => array:2 [
"message" => "✓ Performing migrations"
"command" => "php artisan migrate --force=true"
]
6 => array:2 [
"message" => "✓ Maintenance mode: off"
"command" => "php artisan up"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment