Install
Last updated
Was this helpful?
Last updated
Was this helpful?
Extract the downloaded file from Codecanyon, you will see the following 2 files:
Extract "myhash.zip" file and upload all files into your hosting.
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"
Change as follows (change the values in the * to match your config) in .env file:
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:
You can do it before or after the installation.