Installation Guide
If you are here, you have purchased the Traderplus script and received your license key. Follow this guide to install the script on your hosting using cPanel. If you haven’t purchased it yet, click here to purchase the script.
Step 1: Upload the Script
- Log in to your cPanel account provided by your hosting provider.
- Go to File Manager → public_html or the directory for your domain.
- Click Upload and upload the Traderplus zip file.
- Once uploaded, extract the zip file in the desired directory.
Step 2: Create a Database
- In cPanel, go to MySQL Databases.
- Create a new database (e.g., traderplus_db).
- Create a database user and assign a strong password.
- Assign the user to the database with ALL PRIVILEGES.
- Note down the database name, username, and password for the next step.
Step 3: Configure Environment
- In the extracted files, locate the .env.example file.
- Rename it to .env.
- Edit the .env file and update the following:
APP_URL=https://yourdomain.comDB_DATABASE=your_database_nameDB_USERNAME=your_database_usernameDB_PASSWORD=your_database_passwordLICENSE_KEY=your_purchased_license_key
Step 4: Set File Permissions
Ensure the following directories are writable by the server (chmod 755 or 775):
- storage
- bootstrap/cache
Step 5: Run Laravel Migrations
- Navigate to the project root directory.
- Run:
php artisan migrate --seed - This will create all tables and seed default data including admin account.
Step 6: Configure Domain
- Go to Domains in cPanel.
- Ensure your domain points to the correct directory.
- Update DNS settings to point to your hosting IP.
Step 7: Final Checks
- Ensure .env file is properly configured.
- Ensure storage and bootstrap/cache are writable.
- Visit your domain — you should see the login page.
Important Notice
Installation requires proper hosting and server configuration. Always back up your files and database before proceeding. Support is available for script-related issues, but hosting configuration must be handled by your hosting provider.