PHPackages                             patressz/laravel-blade-components - 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. patressz/laravel-blade-components

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

patressz/laravel-blade-components
=================================

Laravel basic blade components

1.1.2(2y ago)0697[2 PRs](https://github.com/patressz/laravel-blade-components/pulls)MITPHPPHP ^8.1

Since Oct 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/patressz/laravel-blade-components)[ Packagist](https://packagist.org/packages/patressz/laravel-blade-components)[ Docs](https://github.com/patressz/laravel-blade-components)[ RSS](/packages/patressz-laravel-blade-components/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (12)Versions (15)Used By (0)

Laravel basic blade components
==============================

[](#laravel-basic-blade-components)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4a9212adf66fab5a18785043d0edb932e38d0a2054e4cd93017e02208e35c3af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706174726573737a2f6c61726176656c2d626c6164652d636f6d706f6e656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/patressz/laravel-blade-components)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ec6b8130c2308a66e571d5f1177d6c9d32fbd911e28f0b1568a269c68ddfd2ab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f706174726573737a2f6c61726176656c2d626c6164652d636f6d706f6e656e74732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/patressz/laravel-blade-components/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/89ca37f62120660a2aebb340ff46a293010e58155c23c115ba9b912bfd68b4e8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f706174726573737a2f6c61726176656c2d626c6164652d636f6d706f6e656e74732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/patressz/laravel-blade-components/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/cccad59918dfe67cdee0b6b3ec274fa1d68bf86454779cd194ad140aed7a1210/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706174726573737a2f6c61726176656c2d626c6164652d636f6d706f6e656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/patressz/laravel-blade-components)

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

[](#installation)

You can install the package via composer:

```
composer require patressz/laravel-blade-components
```

You can publish the config file with:

```
php artisan vendor:publish --tag="blade-components-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="blade-components-views"
```

Usage
-----

[](#usage)

To use the components, follow the standard Blade Component syntax. By default, all form components come with the `form` prefix.

Optionally, you can change the prefix of the components by publishing the configuration file and then changing the value of the `form` key to something else.

### Input Component

[](#input-component)

```

```

Attributes:

- **variable** (required)
- **type** (default: `text`)
- **label** (default: `null`)
- **placeholder** (uses `label` if not set)
- **value** (default: `null`)
- **required** (default: `false`)
- **disabled** (default: `false`)

Example:

```

```

Testing
-------

[](#testing)

```
composer test
```

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 Vulnerabilities
------------------------

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Patrik Strišovský](https://github.com/patressz)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.3% 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 ~15 days

Recently: every ~38 days

Total

12

Last Release

829d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27a59a5b5530a6fbaa12c7a3b755fa6e2e4d6897a400487d6a548bfcb7d7dd88?d=identicon)[patressz](/maintainers/patressz)

---

Top Contributors

[![patressz](https://avatars.githubusercontent.com/u/81393875?v=4)](https://github.com/patressz "patressz (43 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravellaravel-blade-componentspatressz

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/patressz-laravel-blade-components/health.svg)

```
[![Health](https://phpackages.com/badges/patressz-laravel-blade-components/health.svg)](https://phpackages.com/packages/patressz-laravel-blade-components)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M96](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k36](/packages/spatie-laravel-passkeys)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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