PHPackages                             alexvenga/labuk - 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. alexvenga/labuk

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

alexvenga/labuk
===============

Laravel blade admin-panel components

0.3.8(4y ago)042MITBladePHP ^8.0

Since Feb 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alexvenga/labuk)[ Packagist](https://packagist.org/packages/alexvenga/labuk)[ Docs](https://github.com/alexvenga/labuk)[ RSS](/packages/alexvenga-labuk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (13)Used By (0)

Laravel blade admin-panel components
====================================

[](#laravel-blade-admin-panel-components)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0dc92bef02ac85449e7f8b09d1e0e0f66e126d0d41ab05a1129c35cc499e00d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c657876656e67612f6c6162756b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alexvenga/labuk)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7ab480d704b6faba01d2cd86800c5529cdc0809ffa6d9c64eb27bdeee6748eb6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616c657876656e67612f6c6162756b2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/alexvenga/labuk/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f5a148aa6a63ec02d466a57eae3f35710fa6ddb8457965d9f60bd12eeefeea35/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616c657876656e67612f6c6162756b2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/alexvenga/labuk/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/9029e6b540921c35aec7acc0adb3c26191bd77b23be51f9994171bebf4024929/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c657876656e67612f6c6162756b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alexvenga/labuk)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

\[[![](https://camo.githubusercontent.com/44a005925d26ed6075bf80cf7c397fdec9a261773cbf478e43092a166f7cb6cf/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4c61726176656c2041646d696e20426c616465205549204b69742e6a70673f743d31)](https://camo.githubusercontent.com/44a005925d26ed6075bf80cf7c397fdec9a261773cbf478e43092a166f7cb6cf/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4c61726176656c2041646d696e20426c616465205549204b69742e6a70673f743d31)\]( Admin Blade UI Kit)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require alexvenga/labuk
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="AlexVenga\Labuk\LabukServiceProvider" --tag="main-menu-view-component"
```

You can publish the config file with:

```
php artisan vendor:publish --tag="labuk-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="labuk-views"
```

Usage
-----

[](#usage)

```
$laravelAdminBladeUIKit = new AlexVenga\LaravelAdminBladeUIKit();
echo $laravelAdminBladeUIKit->echoPhrase('Hello, AlexVenga!');
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [AlexVenga](https://github.com/alexvenga)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~6 days

Recently: every ~12 days

Total

12

Last Release

1486d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12836836?v=4)[AlexVenga](/maintainers/AlexVenga)[@alexvenga](https://github.com/alexvenga)

---

Top Contributors

[![alexvenga](https://avatars.githubusercontent.com/u/12836836?v=4)](https://github.com/alexvenga "alexvenga (23 commits)")

---

Tags

laraveluiblade

### Embed Badge

![Health badge](/badges/alexvenga-labuk/health.svg)

```
[![Health](https://phpackages.com/badges/alexvenga-labuk/health.svg)](https://phpackages.com/packages/alexvenga-labuk)
```

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[area17/blast

Storybook for Laravel Blade

308664.1k](/packages/area17-blast)[hasinhayder/tyro-login

Tyro Login - Beautiful, customizable authentication views for Laravel 12 &amp; 13

2362.2k2](/packages/hasinhayder-tyro-login)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

413.9k](/packages/mati365-ckeditor5-livewire)[electrik/slate

Slate - a Laravel Blade UI Kit is a set of anonymous blade components built using TailwindCSS v4 with built-in dark mode support for your next Laravel project

102.3k1](/packages/electrik-slate)

PHPackages © 2026

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