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
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 http://yoursite.com/install/ that will launch the installation wizard and follow the prompt.
Delete the”/install” folder from your server when installation is complete.
Video: Installation Steps https://youtu.be/bp2YOldQxtQ
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.
Input Purchase Key. Necessary for installation and support
Setup Google Captcha: [Secures Important Public Pages] Register here ,ensure to select reCaptchaV2.
Then Save. Congratulation, Setup is now complete.
Last updated