Install

Step 1:

Extract the downloaded file from Codecanyon, you will see the following 2 files:

Extract "myhash.zip" file and upload all files into your hosting.

Step 2:

Create a new database.

Note: Database's collation must be "utf8mb4_unicode_ci",

You can choose to create database with the "utf8mb4_unicode_ci" collation, or you can create arbitrary and then run the following SQL query, it will change the previous collation to the correct collation.

After that, import the file "myhash.sql"

Choose sql file
Press "Go" button
Then the "hashes" table will apear

Change as follows (change the values in the * to match your config) in .env file:

Step 3:

Finish the installation.

Note: If you want to change the image in the homepage, you need to rename your image that you want to "wallpaper.jpg" and put it correctly into "public/images" directory:

The location of the image, just overwrite it!

You can do it before or after the installation.

Last updated

Was this helpful?