Web Installer Walkthrough
FeedbackPulse SaaS includes a beautiful, browser-based installer. No command line needed (after the initial file upload and composer install).
Accessing the Installer
Su adrese gidin:
https://yourdomain.com/install
Can't see the installer? Make sure:
- Your web server points to the
public/directory- Apache
mod_rewriteis enabled (or Nginx has propertry_files)- There is NO
storage/installed.lockfile (this blocks the installer after first installation)
Step 1: Welcome & License
The first screen welcomes you and asks for your Envato/CodeCanyon purchase code.
Where to find your purchase code:
- Giris yapin to CodeCanyon
- Su adrese gidin Downloads → find FeedbackPulse SaaS
- Click Download → License certificate and purchase code
- The purchase code looks like:
a1b2c3d4-e5f6-7890-abcd-ef1234567890
What it does:
- Validates your license with the Envato API
- Ensures you have a legitimate copy
- Unlocks the rest of the installer
Step 2: Gereksinimler Check
The installer automatically scans your server and checks:
PHP Version
- PHP 8.2 veya ustu is required
- Shows your current PHP version
Vendor Dependencies
- Checks that
vendor/autoload.phpexists (Composer dependencies must be installed or uploaded)