From acfb29168048e8357f220e375d5dbcfdf98a6a1a Mon Sep 17 00:00:00 2001 From: Mahe Karim Date: Mon, 30 May 2022 00:41:55 +0600 Subject: [PATCH] Update Readme File For Generating Key --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be70b63..0c25992 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,13 @@ composer install cp .env.example .env ``` -4. Start the webserver +4. Generate application key + +```shell +php artisan key:generate +``` + +5. Start the webserver ```shell php artisan serve