From 2e03f1fb7604162a91dc7540b88e70542c76c647 Mon Sep 17 00:00:00 2001 From: D9ithub Software Solutions Pvt Ltd Date: Thu, 11 Jan 2024 11:23:29 +0530 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ad37c72e..65614688 100755 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ location / { * mysql -u root -p, if using Vagrant: mysql -u homestead -psecret * From the projects root run cp .env.example .env * Configure your .env file - * Run composer update from the projects root folder + * Run composer -W update from the projects root folder * Run npm install & npm run dev from the projects root folder * From the projects root folder run sudo chmod -R 755 ../orservices * From the projects root folder run php artisan key:generate