Directory Structure
Core directories, includes, modules
What it is
WHMDC directory structure: admin/, auth/, client/, core/, includes/, modules/, install/, cron/, webhooks/, uploads/, views/.
How it works
index.php entry. Router. Controllers. Modules in gateways/, registrars/, servers/, addons/.
Key directories
admin/, client/, auth/ – controllers. core/ – ModuleInterface, PaymentManager, HookManager. includes/ – bootstrap, router, helpers. modules/ – gateways, registrars, servers, addons.
Was this helpful?