suru/cms-ntb-theme-invena

There is no license information available for the latest version (dev-main) of this package.

Invena Business Consulting Theme for CMS NTB

Maintainers

Package info

github.com/EkyGalih/cms-ntb-theme-invena

Language:CSS

Type:cms-ntb-theme

pkg:composer/suru/cms-ntb-theme-invena

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-08-17 14:30 UTC

This package is auto-updated.

Last update: 2026-08-17 15:07:17 UTC


README

This is a complete theme package for the CMS NTB system, based on the Invena Business Consulting HTML Template.

Features

  • Fully responsive design
  • Ready-to-use Livewire Home Component
  • Pre-configured assets and Blade layouts

Installation

If you are using CMS NTB, you don't need to run composer manually. Just go to your admin panel:

  1. Navigate to Settings > Theme Store.
  2. Search for Invena or cms-ntb-theme.
  3. Click Install.
  4. Go to Manage Website, select "Invena Business Consulting" in the theme dropdown, and save.

Manual installation:

composer require suru/cms-ntb-theme-invena
php artisan vendor:publish --tag=cms-ntb-theme-assets --force

Structure

  • src/ - ServiceProvider and Livewire components.
  • resources/assets/ - CSS, JS, images, and fonts published to public folder.
  • resources/views/ - Blade templates (Layouts and Pages).

Development

To modify this theme, you can clone it locally and link it in your composer.json using the local path repository feature.