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

  1. Download Script, and then extract it on your computer.

  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.

  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.

  6. Video: Installation Steps https://youtu.be/bp2YOldQxtQ

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.

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

EVANTO_PURCHASE_KEY=
  • Setup Google Captcha: [Secures Important Public Pages] Register here ,ensure to select reCaptchaV2.

NOCAPTCHA_SECRET=
NOCAPTCHA_SITEKEY=

Last updated