Merge pull request #3670 from chrisforrence/update-appinstall-documentation

Change app:install reference to cachet:install
This commit is contained in:
James Brooks
2019-07-11 07:27:53 +01:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ Cachet comes with an installation command that will:
- Run seeders (of which there are none) - Run seeders (of which there are none)
```bash ```bash
php artisan app:install php artisan cachet:install
``` ```
> Never change the `APP_KEY` after installation on production environment. > Never change the `APP_KEY` after installation on production environment.