Skip to main content

🚀 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

1

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
2

Extract the theme

Unzip the archive:
unzip lucentui.zip
Make sure the folder structure is like this:
/themes
 └── lucentui/
      ├── dashboard.blade.php
      ├── home.blade.php
      └── other views...
3

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
4

Activate LucentUI

In your admin panel, go to Settings → Theme, and choose lucentui.