PHPackages                             laravel-ui-kit/laravel-ui-kit - 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. laravel-ui-kit/laravel-ui-kit

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

laravel-ui-kit/laravel-ui-kit
=============================

Laravel UI Kit is a comprehensive set of view components for Laravel built using Livewire and Blade.

2207PHP

Since Sep 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/laravel-ui-kit/laravel-ui-kit)[ Packagist](https://packagist.org/packages/laravel-ui-kit/laravel-ui-kit)[ RSS](/packages/laravel-ui-kit-laravel-ui-kit/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Laravel UI Kit
==============

[](#laravel-ui-kit)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2055d62b87343862b38426879161fa52f7dc39fa3c5b1e9d170c5a1b6b7b9bb1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2d75692d6b69742f6c61726176656c2d75692d6b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ui-kit/laravel-ui-kit)[![Total Downloads](https://camo.githubusercontent.com/dc6371167b79416d3fee2afcfbe1453afa9b7cd39d56840db2eac56771f915b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d75692d6b69742f6c61726176656c2d75692d6b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-ui-kit/laravel-ui-kit)[![GitHub Actions](https://github.com/laravel-ui-kit/laravel-ui-kit/actions/workflows/main.yml/badge.svg)](https://github.com/laravel-ui-kit/laravel-ui-kit/actions/workflows/main.yml/badge.svg)

Laravel UI Kit is a comprehensive set of view components for Laravel built using Livewire and Blade.

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

[](#installation)

### Install Laravel UI Kit

[](#install-laravel-ui-kit)

You can install Laravel UI Kit via Composer. Run the following command:

```
composer require laravel-ui-kit/laravel-ui-kit
```

### Install TailwindCSS

[](#install-tailwindcss)

Ensure that TailwindCSS is installed in your Laravel project. If you're using starter kits like Jetstream or Breeze, TailwindCSS is included by default. Otherwise, follow the official TailwindCSS documentation for Laravel installation:

[Install TailwindCSS with Laravel](https://tailwindcss.com/docs/guides/laravel)

### Install AlpineJS

[](#install-alpinejs)

Verify that AlpineJS is installed in your Laravel project. It's included by default if you're using Jetstream, Breeze, or Livewire. For manual installation, refer to the AlpineJS documentation:

[Install AlpineJS with Laravel](https://alpinejs.dev/essentials/installation)

### Update TailwindCSS config

[](#update-tailwindcss-config)

TailwindCSS requires paths to all HTML templates, JavaScript components, and other source files containing Tailwind class names.

Add the following paths to your `tailwind.config.js` file:

```
/* tailwind.config.js */

export default {
    content: [
        './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
        './storage/framework/views/*.php',
        './resources/views/**/*.blade.php',
        './config/ui-kit.php',
        './vendor/laravel-ui-kit/laravel-ui-kit/config/ui-kit.php',
    ],
    // ... rest of your config
};
```

This configuration ensures that TailwindCSS processes all necessary files, including those from Laravel UI Kit.

### For older Laravel versions (&lt;5.5)

[](#for-older-laravel-versions-55)

For Laravel versions prior to 5.5, you need to manually register the service provider and facade.

Usage
-----

[](#usage)

For usage and examples, please visit our documentation:

[Laravel UI Kit](https://laravel-ui-kit.com)

### Testing

[](#testing)

TBD

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Harlew.com](https://harlew.com)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd52d8f912140187782169a1128f2d349ab25a6366a3f887018bddd45819f2a6?d=identicon)[HarrisonCode](/maintainers/HarrisonCode)

---

Top Contributors

[![harrisonclewis](https://avatars.githubusercontent.com/u/18741898?v=4)](https://github.com/harrisonclewis "harrisonclewis (44 commits)")[![HarrisonCode](https://avatars.githubusercontent.com/u/18741898?v=4)](https://github.com/HarrisonCode "HarrisonCode (44 commits)")

---

Tags

alpinejsbladelaraveltailwindcssui

### Embed Badge

![Health badge](/badges/laravel-ui-kit-laravel-ui-kit/health.svg)

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[ktquez/laravel-tinymce

TinyMCE editor for Laravel and Lumen Framework

2525.4k](/packages/ktquez-laravel-tinymce)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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