Installation
Script installation steps
Last updated
Script installation steps
Last updated
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
Download Script, and then extract it on your computer.
Extract “Ecommerce v--.zip” file and upload “install” and “laravel” folders to your public_html or localhost folder.
Create a new database then link the database with a user.
Go to that will launch the installation wizard and follow the prompt.
Delete the”/install” folder from your server when installation is complete.
Video: Installation Steps
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=
Then Save. Congratulation, Setup is now complete.