Skip to content

Installation

  1. Install the template ZIP via Extensions → Manage → Install.
  2. Go to System → Site Templates and set nxp_starter as default.
  3. Open the template settings to configure branding and layout.

Requirements

  • Joomla 5.x or 6.x
  • PHP 8.1+
  • Node.js 18+ (for Vite builds)
  • Composer 2.x (for the PHP engine)

Installing from source

If you are installing from a source package, build the assets first:

bash
npm install
cd engine && composer install && cd ..
npm run build

Note: the PHP engine uses Composer for autoloading. For distribution, either include engine/vendor in the package or run Composer on the server.