Use below Qovex structure for modify and better understand the Qovex.
📁 Folder & Files Structure
Codeigniter
├── 📁 Admin ├── 📁 app directory | ├── 📁 Config | ├── 📁 Controller | ├── 📁 Database | ├── 📁 Filters | ├── 📁 Helpers | ├── 📁 Language | ├── 📁 Libraries | ├── 📁 Models | ├── 📁 ThirdParty | ├── 📁 Validation | ├── 📁 Views | ├── 📄 .htaccess | ├── 📄 Common.php | └── 📄 index.html | ├── 📁 public directory | ├── 📁 assets | | ├── 📁 css | | ├── 📁 fonts | | ├── 📁 images | | ├── 📁 js | | ├── 📁 libs | | └── 📁 scss | ├── 📄 .htaccess | ├── 📄 favicon.ico | ├── 📄 index.php | └── 📄 robots.txt | ├── 📁 tests ├── 📁 vendor ├── 📁 writable ├── 📄 .gitignore ├── 📄 builds ├── 📄 composer.json ├── 📄 composer.lock ├── 📄 env ├── 📄 LICENSE ├── 📄 phpunit.xml.dist ├── 📄 preload.php ├── 📄 README.md └── 📄 spart