From 4137a59dd091e55918da1faa560f22bfa9e80e6f Mon Sep 17 00:00:00 2001 From: Chris Forrence Date: Sat, 29 Jun 2019 12:49:00 -0400 Subject: [PATCH] Update installation.md --- docs/setup/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/installation.md b/docs/setup/installation.md index e194aa6b..139cfe90 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -71,7 +71,7 @@ Cachet comes with an installation command that will: - Run seeders (of which there are none) ```bash -php artisan app:install +php artisan cachet:install ``` > Never change the `APP_KEY` after installation on production environment.