> For the complete documentation index, see [llms.txt](https://compare.gitbook.io/affiliate-script/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://compare.gitbook.io/affiliate-script/installation.md).

# Installation

Script installation steps

## Requirements

* PHP >=7.1.14
* PDO PHP Extension
* Mbstring PHP Extension
* Zip PHP Extension
* OpenSSL PHP Extension
* Tokenizer PHP Extension
* XML PHP Extension
* JSON PHP Extension

## Installation

![](https://3979836465-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LKuVfL3oFvNYugzpfYY%2F-LKvSGCLweaTc-cx-IEZ%2F-LKvWjBmdAqn_dY-f16H%2FCapture.PNG?alt=media\&token=120b9d60-a8eb-4e5a-8da6-396b92d7d679)

1. Download Script, and then extract it on your computer.&#x20;
2. Extract “Ecommerce v--.zip” file and upload “install” and “laravel” folders to your public\_html or localhost folder.
3. Create a new database then link the database with a user.&#x20;
4. Go to <http://yoursite.com/install/> that will launch the installation wizard and follow the prompt.
5. Delete the”/install” folder from your server when installation is complete.&#x20;
6. **Video**: Installation Steps <https://youtu.be/bp2YOldQxtQ>

{% embed url="<https://youtu.be/bp2YOldQxtQ>" %}

{% hint style="info" %}
**Note:** Ensure that php zip extension is enabled on your server also It is Advisable to increase the maximum execution time on your server, because installation might take a little above 30 seconds, which is maximum on some servers.&#x20;
{% endhint %}

## &#x20;Completing Setup

* Let’s set up the .env, navigate to public\_html/laravel/.env
* Setup Mail: Replace with your variables, sample for Gmail SMTP is listed below.

```
MAIL_DRIVER=smtp 
MAIL_HOST=smtp.gmail.com 
MAIL_PORT=587
MAIL_USERNAME=user@gmail.com 
MAIL_PASSWORD=password 
MAIL_ENCRYPTION=tls 
```

* Input **Purchase Key**. Necessary for installation and support&#x20;

```
EVANTO_PURCHASE_KEY=
```

* **Setup Google Captcha**: \[Secures Important Public Pages] [Register here](https://www.google.com/recaptcha/admin) ,ensure to select reCaptchaV2.

```
NOCAPTCHA_SECRET=
NOCAPTCHA_SITEKEY=
```

{% hint style="success" %}
Then **Save**. Congratulation, Setup is now complete.
{% endhint %}
