PHPackages                             prometa/sleek - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. prometa/sleek

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

prometa/sleek
=============

Bootstrap UI components with aggressive defaults

v0.0.166(1mo ago)1805MITPHPPHP ^8.1

Since Aug 11Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/PROMETA-at/sleek)[ Packagist](https://packagist.org/packages/prometa/sleek)[ RSS](/packages/prometa-sleek/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (12)Versions (166)Used By (0)

Sleek Laravel Package
=====================

[](#sleek-laravel-package)

Sleek is a Laravel package that provides Bootstrap UI components with aggressive defaults for rapid Laravel development. Every behavior defaults to the most likely use case, while remaining fully customizable.

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

[](#installation)

To get started, install Sleek via the Composer package manager:

```
composer require prometa/sleek
```

By default, the service provider is automatically registered via [Laravel's package auto-discovery](https://laravel.com/docs/master/packages#package-discovery). No additional steps are required.

However, if auto-discovery is disabled or does not work as expected, you can register the service provider manually. To do this, add the following line to the `providers` array in your `config/app.php` file:

```
\Prometa\Sleek\Providers\SleekServiceProvider::class,
```

Sleek offers a setup command to automatically install and set up the necessary dependencies. The `sleek:setup` command will check your bootstrap and bootstrap-icons installations and inject an import to sleek's sass into your app.scss:

```
php artisan sleek:setup
```

Documentation
-------------

[](#documentation)

- [Page Layout](docs/layout.md) — page scaffolding, assets, menu, authentication, language, theme
- [Navigation](docs/navigation.md) — breadcrumbs
- [Forms](docs/forms.md) — form, form fields, form groups, entity forms, value extraction
- [Tables](docs/tables.md) — entity tables, sorting, pagination, custom columns
- [Eloquent Extensions](docs/eloquent.md) — autoSort, autoPaginate, autoFilter
- [UI Components](docs/components.md) — icon, alert, card
- [Modals](docs/modals.md) — modal, modal-form
- [Tabs](docs/tabs.md) — presets, headless component, HTMX integration
- [Blade Directives](docs/directives.md) — @capture/@into, @flags/@flag, @forwardSlots, @ensureSlotFor
- [Implicit Behaviors](docs/implicit-behaviors.md) — quick-reference for all convention-based magic

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance94

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 61.6% 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 ~64 days

Total

165

Last Release

30d ago

PHP version history (2 changes)v0.0.1PHP ^8.0

v0.0.141PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28981?v=4)[PROMETA](/maintainers/PROMETA)[@prometa](https://github.com/prometa)

![](https://avatars.githubusercontent.com/u/10298987?v=4)[Florian Proksch](/maintainers/RianFuro)[@RianFuro](https://github.com/RianFuro)

---

Top Contributors

[![RianFuro](https://avatars.githubusercontent.com/u/10298987?v=4)](https://github.com/RianFuro "RianFuro (165 commits)")[![marioresl](https://avatars.githubusercontent.com/u/142497329?v=4)](https://github.com/marioresl "marioresl (103 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/prometa-sleek/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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