How to install

After you purchase Hyiprio, you will get a zip file. Extracting the zip file you will get an main.zip file. You have to upload main.zip in your server and extract it.

Follow the automatic installation below:

Step-1:
  • You will see the server requirements list from here and click on the Next Step button if all are tick marked.
thumb
Step-2:
  • You have to put your purchased code here and click on the Next Step button.
thumb
Step-3:
  • You can directly move forward by clicking on the Next Step button.
thumb
Step-4:
  • You have to just click on the Import Database button.
thumb
Step-5:
  • You have to fill the email and password fields and click on the Submit button.
thumb
Step-6:
  • Congratulations, you have completed all the five steps, now you are ready to access the application.
thumb

Follow the manual instruction below:

  • Step 1: Create a database using your phpMyAdmin. Then import the file hyiprio.sql from the DB folder into your created database.
  • Step 2: Open the .env file located in the root directory of the project. Update the DB_DATABASE, DB_USERNAME, and DB_PASSWORD fields with your database credentials.
  • Step 3: If you upload the project to the public_html folder, visit your_domain_name.com in your browser.
  • Step 4: If you upload the project into a folder inside public_html, visit your_domain_name.com/folder_name in your browser.
  • Step 5: If you upload the project into a folder assigned to a subdomain, visit your_subdomain_name.com in your browser.

Follow the instruction below:

  • Step 1: Open your cPanel and navigate to the Cron Jobs menu.
  • Step 2: Set the frequency of the cron job to run every minute.
  • Step 3: Set the command to run all the cron jobs to curl -s https://yoursite.com/cron-job/all.
  • Step 4: Set the command to run the investment cron job to curl -s https://yoursite.com/cron-job/investment.
  • Step 5: Set the command to run the crowd investment cron job to curl -s https://yoursite.com/cron-job/crowd-investment.
  • Step 6: Set the command to run the referral cron job to curl -s https://yoursite.com/cron-job/referral.
  • Step 7: Set the command to run the user ranking cron job to curl -s https://yoursite.com/cron-job/user-ranking.
  • Step 8: Use This command for Paypal Automatic withdraw: /usr/bin/php/path/to/your/laravel/project/artisan queue:work --daemon > /dev/null
  • Step 9: Save the cron job.