PHPackages                             harrisonclewis/laravel-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. [Templating &amp; Views](/categories/templating)
4. /
5. harrisonclewis/laravel-sleek

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

harrisonclewis/laravel-sleek
============================

Cleaner component syntax for Laravel Blade

v0.0.4(3w ago)11↓100%MITPHPPHP ^8.1

Since Sep 29Pushed 2w agoCompare

[ Source](https://github.com/harrisonclewis/laravel-sleek)[ Packagist](https://packagist.org/packages/harrisonclewis/laravel-sleek)[ Docs](https://github.com/yourvendor/laravel-prism)[ RSS](/packages/harrisonclewis-laravel-sleek/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (6)Versions (5)Used By (0)

 [![Laravel Sleek](banner.png)](banner.png)

Introduction
============

[](#introduction)

Cleaner component syntax for Laravel Blade.

**With Laravel Sleek**

```

            Email

        Sign in

```

**Without Laravel Sleek**

```

            Email

        Sign in

```

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

[](#installation)

```
composer require harrisonclewis/laravel-sleek
```

Usage
-----

[](#usage)

PascalCase tags are transformed to Laravel's `x-component` syntax at compile time.

```
                  →
            →
              →
     →
```

Configuration
-------------

[](#configuration)

Publish the config file if you need to adjust defaults:

```
php artisan vendor:publish --tag=sleek-config
```

```
// config/sleek.php
return [
    'enabled'     => true,
    'ignore_tags' => [ /* additional tags to leave untouched */ ],
];
```

Requirements
------------

[](#requirements)

- PHP ^8.1
- Laravel ^10.0|^11.0|^12.0|^13.0

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance96

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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 ~77 days

Total

4

Last Release

22d ago

PHP version history (2 changes)v0.0.1PHP ^8.1|^8.2|^8.3

v0.0.2PHP ^8.1

### 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 (14 commits)")

---

Tags

laravelcomponentsbladeviewcompilerreact

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M41](/packages/spatie-laravel-pdf)[spatie/laravel-blade-comments

Add debug comments to your rendered output

179332.0k](/packages/spatie-laravel-blade-comments)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[daikazu/laravel-glider

Start using Glide on-the-fly instantly in your Laravel blade templates.

893.4k](/packages/daikazu-laravel-glider)

PHPackages © 2026

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