Getting Started

Getting Started

Directory Structures

Highlights of important directories in the system

WHMCS

├── includes
│   └── hooks
│       └── isp_hooks.php
├── modules
│   ├── addons
│   │   └── isp_provisioning
│   └── servers
│       └── islte
├── templates
│   └── test_six       
│── configuration.php
│── phpunit.xml
│── t
│── t2

Fintech

├── app
│   ├── Api
├── bootstrap
│   └── app.php
├── composer.json
├── crunz.yml
├── resources
│   └── views
├── storage
│   └── logs
├── tasks
├── tests
│   ├── Reports
│   ├── Unit
├── vendor