TI PowerUp
Toggle sidebar
Installation
Install PowerUps Manually

Last updated March 7, 2026

Overview

For emergencies or advanced users, you can manually download and extract package files to your server. This method works with any hosting environment.

Prerequisites

  • FTP/SFTP access or file manager access
  • Ability to create directories and upload files
  • Understanding of TastyIgniter's directory structure

Installing Extensions

Step 1: Download the Package

Download the extension ZIP file from your TI PowerUp account.

Step 2: Upload to Extensions Directory

Extract and upload to: extensions/{vendor}/{extension}/

Example directory structure:

extensions/
  tipowerup/
    loyaltypoints/
      composer.json          (required)
      src/
        Extension.php        (required)
        Http/
        Models/
      resources/
      database/
        migrations/

Step 3: Discover the Extension

  1. Log in to TastyIgniter admin
  2. Navigate to System > Extensions
  3. The new extension appears in the list — click Install to run migrations and enable it

Installing Themes

Upload to: themes/{theme-code}/

Example:

themes/
  orange/
    theme.json             (required)
    layouts/
    pages/
    assets/

Then navigate to Design > Themes and click Activate.

File Locations Reference

Package Type Storage Location
Extension (Direct) extensions/vendor/extension/
Extension (Composer) vendor/vendor/ti-ext-extension/
Theme (Direct) themes/theme-code/