KLEVR White Label SaaS
Host Installer
Use this installer after uploading the `klevr-whitelabel` folder to your host. It will generate the live config, connect the database, run the schema, optionally seed demo data, and redirect using the exact base URL you provide.
Installer form
Connection and base URL
Preflight
What the installer checks
- PHP 8.0+
- `PDO` plus the selected database driver extension
- Writable `config`, `storage/logs`, `storage/uploads`, and `storage/database` directories
- Database connectivity before writing the live config
- Schema execution and optional seed import
Shared hosting notes
- Upload the app folder contents to the target directory on your host.
- If your host points the domain to the app root, the included root `.htaccess` handles rewrites.
- If your host points the domain to `public/`, the app will still work and the public `.htaccess` will handle front-controller routing.
- Use the exact install URL path you uploaded to when setting the base URL.