Appearance
Installation
- Install the template ZIP via Extensions → Manage → Install.
- Go to System → Site Templates and set nxp_starter as default.
- 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 buildNote: the PHP engine uses Composer for autoloading. For distribution, either include engine/vendor in the package or run Composer on the server.