Documentation Index
Fetch the complete documentation index at: https://docs.tariqdev.xyz/llms.txt
Use this file to discover all available pages before exploring further.
🚀 Get Started with LucentUI
LucentUI is ready to elevate your Paymenter experience with a clean, responsive, and modern interface.
🛠 Prerequisites
- Paymenter installed
- Node.js + NPM
- unzip & curl installed
🧰 Option 1: Manual Installation
Upload the ZIP file
Move the downloaded lucentui.zip into your Paymenter themes directory:mv lucentui.zip /var/www/paymenter/themes
cd /var/www/paymenter/themes
Extract the theme
Unzip the archive:Make sure the folder structure is like this:/themes
└── lucentui/
├── dashboard.blade.php
├── home.blade.php
└── other views...
Build the assets (required)
Skipping this step may result in a 500 Internal Server Error.
Navigate to your Paymenter root and build the theme:cd /var/www/paymenter
npm i
npm run build lucentui
Activate LucentUI
In your admin panel, go to Settings → Theme, and choose lucentui.