Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 904 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 904 Bytes

Requirements

  • PHP 5.4.0 or later
  • Composer
  • Git
  • SSH
  • Shell

Installation

Step 1- Clone the project to your htdocs directory

Step 2. Unzip the vendor.zip file

Step 3- Configure the Database(config/database.php)

Step 4- Configure the Database file(.env)

Configuration

Email configuration:- Configure the email configuration file(config/mail.php) for the forgotten password and validating register with the email

-PayPal configuration :- Configure your sandbox.paypal account or your paypal account (application/modules/parametres_web/controllers/Parametre_web.php)

Admin Dashboard

To access the admin dashboard (yourprojecturl/auth/login)

Username: admin@gmail.com

Password: 123

Note :

The database is an .sql file in the root folder of the project, it might take some time because it contains a huge amount of data, import the file in your database and wait for it.