From 72c22f668b2d24fec46f58d32af9142822082b10 Mon Sep 17 00:00:00 2001 From: prashant-webkul Date: Wed, 19 Dec 2018 16:01:56 +0530 Subject: [PATCH] updated readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0d42732c2..6a72df1de 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ Bagisto is using power of both of these frameworks and making best out of it out ### 3. Configuration: **Run this Command** to download the project on to your local machine or server: + +>> Note: If you have downloaded zip file then ignore this. + ~~~ composer create-project bagisto/bagisto ~~~ @@ -77,6 +80,10 @@ default. ### 4. Installation: **Run these Commands Below** +>> Run this command below, if installing from the zip else skip: +~~~ +composer install +~~~ ~~~ php artisan migrate ~~~ @@ -92,6 +99,10 @@ php artisan vendor:publish php artisan storage:link ``` +``` +composer dump-autload +``` + > That's it, now just execute the project on your specified domain entry point pointing to public folder inside installation directory.