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
Package info
github.com/EkyGalih/cms-ntb-theme-invena
Language:CSS
Type:cms-ntb-theme
pkg:composer/suru/cms-ntb-theme-invena
dev-main
2026-08-17 14:30 UTC
Requires
- php: ^8.2
- illuminate/support: ^11.0|^12.0
- livewire/livewire: ^3.0
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:
- Navigate to Settings > Theme Store.
- Search for
Invenaorcms-ntb-theme. - Click Install.
- 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.