File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ The [deploy](#deploy) task of **Laravel** consists of:
4646 * [ deploy: unlock ] ( /docs/recipe/deploy/lock.md#deploy-unlock ) – Unlocks deploy
4747 * [ deploy: cleanup ] ( /docs/recipe/deploy/cleanup.md#deploy-cleanup ) – Cleanup old releases
4848 * [ deploy: success ] ( /docs/recipe/common.md#deploy-success ) – Deploys your project
49+ * [ artisan: reload ] ( /docs/recipe/laravel.md#artisan-reload ) – Reload running services
4950
5051
5152The laravel recipe is based on the [ common] ( /docs/recipe/common.md ) recipe.
@@ -585,5 +586,6 @@ This task is group task which contains next tasks:
585586* [ artisan: optimize ] ( /docs/recipe/laravel.md#artisan-optimize )
586587* [ artisan: migrate ] ( /docs/recipe/laravel.md#artisan-migrate )
587588* [ deploy: publish ] ( /docs/recipe/common.md#deploy-publish )
589+ * [ artisan: reload ] ( /docs/recipe/laravel.md#artisan-reload )
588590
589591
You can’t perform that action at this time.
0 commit comments