updated readme

This commit is contained in:
prashant-webkul 2018-12-19 16:01:56 +05:30
parent 315e4103f9
commit 72c22f668b
1 changed files with 11 additions and 0 deletions

View File

@ -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.