From e2b6f40796d5efee90d15e1acb0fa7b889a5607b Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Tue, 13 Apr 2021 22:49:17 +0300 Subject: [PATCH] Update installation.md --- source/en/docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/en/docs/installation.md b/source/en/docs/installation.md index 5bce8f47d..0035892f2 100644 --- a/source/en/docs/installation.md +++ b/source/en/docs/installation.md @@ -40,6 +40,7 @@ $ composer require orchid/platform > **Note.** If you just installed Laravel, you may need to generate a key with command `php artisan key:generate` + > **Note.** You also need to create a new database, update the `.env` file with credentials, and add your application's URL to the variable `APP_URL`.