> ## Documentation Index
> Fetch the complete documentation index at: https://doc.helptor.in/llms.txt
> Use this file to discover all available pages before exploring further.

# How To Install

### Shared Hosting

1. Upload project and verify `content/plugins/_system/prepend.php` exists.
2. Set `auto_prepend_file` to absolute path, for example `/home/USER/public_html/content/plugins/_system/prepend.php`.
3. Use one supported method: `.user.ini`, hosting panel PHP INI editor, or `.htaccess php_value` if host allows.
4. Wait for INI refresh or restart PHP from panel.
5. Verify `/plugins-check.php` shows `auto_prepend_loaded: true`.
6. Open `/admincp/plugins`.

### VPS / Dedicated

1. Deploy project to web root, then confirm plugin system path.
2. Configure `auto_prepend_file` in Apache/PHP-FPM/Nginx+PHP-FPM config.
3. Reload web server and PHP services.
4. Verify `/plugins-check.php`.
5. Open `/admincp/plugins`.
