From ef4f2dc1866aa7162aaf90bfeaa53e89dd97188f Mon Sep 17 00:00:00 2001 From: Nasir Khan Saikat Date: Tue, 28 Jul 2020 01:52:02 +0600 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2dc367bfd..60f62d50c 100644 --- a/README.md +++ b/README.md @@ -100,11 +100,11 @@ Follow the steps mentioned below to install and run the project. 1. Clone or download the repository 2. Go to the project directory and run `composer install` -3. Create `.env` file by copying the `.env.example`. You may use the command to to that `cp .env.example .env` -4. Update the database name and credentials -5. Run the command `php artisan migrate -seed` -6. Link storage directory. `php artisan storage:link` -7. You may create a virtualhost entry to access the application or run `php artisan serve` and visit `http://127.0.0.1:8000` +3. Create `.env` file by copying the `.env.example`. You may use the command to do that `cp .env.example .env` +4. Update the database name and credentials in `.env` file +5. Run the command `php artisan migrate --seed` +6. Link storage directory: `php artisan storage:link` +7. You may create a virtualhost entry to access the application or run `php artisan serve` from the project root and visit `http://127.0.0.1:8000` *After creating the new permissions use the following commands to update cashed permissions.*