PHPackages                             koverae/koverae-ui-builder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. koverae/koverae-ui-builder

ActiveLibrary[Templating &amp; Views](/categories/templating)

koverae/koverae-ui-builder
==========================

Koverae UI Builder is a flexible and intuitive interface builder package designed specifically for Laravel. Built with the power of Koverae’s ecosystem in mind, it allows developers to easily create, customize, and manage UI components like navigation bars, forms, buttons, and more—without the hassle of manual coding.

v0.3.1(1y ago)219MITBladePHP ^7.4|^8.0

Since Sep 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Koverae/koverae-ui-builder)[ Packagist](https://packagist.org/packages/koverae/koverae-ui-builder)[ Docs](https://github.com/koverae/koverae-ui-builder)[ RSS](/packages/koverae-koverae-ui-builder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (23)Used By (0)

Koverae UI Builder
==================

[](#koverae-ui-builder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/249a83d114900821549cf841749080dd30130f9b1023aa78f0cb1c3dbd6268c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6f76657261652f6b6f76657261652d75692d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/koverae/koverae-ui-builder)[![Total Downloads](https://camo.githubusercontent.com/315f2e938d1268c111b857fa2d4ea244b5fb8515310f924b4cd12e47c191376f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6f76657261652f6b6f76657261652d75692d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/koverae/koverae-ui-builder)[![GitHub Actions](https://github.com/koverae/koverae-ui-builder/actions/workflows/main.yml/badge.svg)](https://github.com/koverae/koverae-ui-builder/actions/workflows/main.yml/badge.svg)

Koverae UI Builder is a flexible and intuitive interface builder package designed specifically for Laravel. Built with the power of Koverae’s ecosystem in mind, it allows developers to easily create, customize, and manage UI components like navigation bars, forms, buttons, and more—without the hassle of manual coding.

Installation
------------

[](#installation)

To get started, require the package via Composer:

```
composer require koverae/koverae-ui-builder
```

The package will automatically register a service provider and alias.

Optionally, publish the package's configuration file by running:

```
composer require koverae/koverae-ui-builder --provider"Koverae\KoveraeUiBuilder\KoveraeUiBuilderServiceProvider"
```

Publish the package's configuration file:

```
php artisan vendor:publish --tag=koverae-ui-builder-config
```

Macking Components:
-------------------

[](#macking-components)

### Command Signature

[](#command-signature)

```
php artisan koverae:make-form
php artisan koverae:make-table
php artisan koverae:make-cart
```

### Examples

[](#examples)

```
php artisan koverae:make-form UserForm
php artisan koverae:make-table UserTable
php artisan koverae:make-cart UserCart
```

### Output

[](#output)

```
COMPONENT CREATED  🤙🏿

CLASS: App/Livewire/Form/UserForm
TAG:

CLASS: App/Livewire/Table/UserTable
TAG:

CLASS: App/Livewire/Cart/UserCart
TAG:
```

Making Components (Nwidart Module):
-----------------------------------

[](#making-components-nwidart-module)

To make a component inside a [Laravel Module](https://github.com/nWidart/laravel-modules) User

#### Command Signature

[](#command-signature-1)

Currently the package only supports the following types of components: Form, Table and Cart.

```
php artisan koverae:module-component  --type=form
php artisan koverae:module-component  --type=table
php artisan koverae:module-component  --type=cart
```

#### Examples

[](#examples-1)

```
php artisan koverae:module-component UserForm --type=form User
php artisan koverae:module-component UserTable --type=table User
php artisan koverae:module-component UserCart --type=table User
```

#### Output

[](#output-1)

```
MODULE COMPONENT CREATED  🤙🏿

CLASS: Modules/User/Livewire/Form/UserForm
TAG:

CLASS: Modules/User/Livewire/Table/UserTable
TAG:

CLASS: Modules/User/Livewire/Cart/UserCart
TAG:
```

Usage
-----

[](#usage)

To use a component, simply place its tag wherever you want it to appear:

```

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

Please review [our security policy](https://github.com/Koverae/koverae-ui-builder/security) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Arden BOUET](https://github.com/arden28)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

22

Last Release

575d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9284dde0bef7f702669d338c0d9b12c7e4a9ca406ea45865df41260e0d79faf7?d=identicon)[Koverae](/maintainers/Koverae)

---

Top Contributors

[![Arden28](https://avatars.githubusercontent.com/u/113308773?v=4)](https://github.com/Arden28 "Arden28 (44 commits)")[![Koverae](https://avatars.githubusercontent.com/u/155763524?v=4)](https://github.com/Koverae "Koverae (2 commits)")

---

Tags

bladeformform-builderinterfacejskoveraelaravellivewirelivewire3open-sourceui-builderui-componentslaravellivewireformform-builderlaravel-modulesUI Builderkoveraekoverae-ui-builder

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/koverae-koverae-ui-builder/health.svg)

```
[![Health](https://phpackages.com/badges/koverae-koverae-ui-builder/health.svg)](https://phpackages.com/packages/koverae-koverae-ui-builder)
```

###  Alternatives

[mhmiton/laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.

236409.6k9](/packages/mhmiton-laravel-modules-livewire)[tanthammar/tall-forms

A dynamic, responsive Laravel Livewire form generator with realtime validation, file uploads, array fields, and more.

68138.3k1](/packages/tanthammar-tall-forms)[vildanbina/livewire-wizard

Laravel Livewire Wizard (Multi-Step Form) component

34919.4k](/packages/vildanbina-livewire-wizard)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

413.9k](/packages/mati365-ckeditor5-livewire)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
