Experience a seamless installation process with our script. You can effortlessly set up your platform independently by following these straightforward steps. Just follow the instructions below, and you'll have your script up and running in no time.

Installation Steps:
  • Upload Zip File :
    Using your hosting control panel or an FTP tool, upload the zipped application file to your server which you received after purchase.
  • Extract Code :
    Once uploaded, extract the contents of the zip file and relocate all contents from the Files directory to the designated main folder for installation. Ensure that both the index.php and .htaccess files are also relocated.
  • Create Database :
    Using your hosting control panel or database management tool, create a new empty database for your application and collet relevant information like database name, database username, database password.
  • Upload SQL :
    After creating database successfully you must upload the SQL file named database.sql which is located at Files > database.sql
  • Update `.env` :
    Please look for .env file. The file location is main >.env. In your .env file, update the database connection details as shown below with your newly created database information:

    DB_HOST= [YOUR_DATABASE_HOST] (usually 'localhost')
    DB_DATABASE= [YOUR_DATABASE_NAME]
    DB_USERNAME= [YOUR_DATABASE_USER]
    DB_PASSWORD= [YOUR_DATABASE_PASSWORD]

  • Completed Installation :
    Now please browse http://your-site-url. Your system is now primed for immediate use.
Admin Login:
Admin login URL : http://your-site-url/admin Username : admin Password : admin
Note: The provided admin login credentials are set up by default. You must change them from the admin profile menu.

If you encounter any challenges during the installation process, feel free to reach out to us for assistance. Our complimentary installation support is available for cPanel-based hosting environments.