If you are using local development, it is recommended to install the script manually.
Step 1: Download and Extract
Download the file from CodeCanyon and extract it on your PC. You will get three folders:
- Documentation
- Installable File
- Update
Open the Installable folder — you will find a zip file. Upload it to your server via FTP or file manager.
Step 2: Create Database
- Log in to your cPanel and go to MySQL Database Wizard.
- Create a new database.
- Create a database user. Keep the password.
- Add the user to the database. Check all privileges and click Make Changes, then Next Step.
Keep the database name, username, and password in a note.
Step 3: Import Database
- Go to phpMyAdmin and select your newly created database.
- Find the
Install/database.sqlfile in your downloaded package. - Import the database into your created database.
Step 4: Upload Files
Upload the installable zip file to your server.
Step 5: Extract Files
Unzip the installable file on your server.
Step 6: Set Permissions
Check the permission of index.php. Make sure it is set to 0755.
Step 7: Configure .env File
Go to the @core folder and open the .env file. If you do not see a .env file, copy the contents of env-sample.txt from the Install folder and create a new .env file.
Update the database details with your own:
DB_CONNECTION=mysql
DB_HOST=YOUR_DATABASE_HOST
DB_PORT=3306
DB_DATABASE=YOUR_DATABASE_NAME
DB_USERNAME=YOUR_DATABASE_USERNAME
DB_PASSWORD=YOUR_DATABASE_PASSWORD
Step 8: Save and Verify
Save the file once your database configuration is done.
Step 9: Final Check
Your installation is complete. Go to your website and verify it works. If you still see issues, clear your browser cache. Contact support for any persistent problems.

