PHPackages                             dw-apps/laravel-blade - 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. dw-apps/laravel-blade

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

dw-apps/laravel-blade
=====================

Laravel Blade components

9.13.5(2y ago)015MITPHPPHP ^8.0

Since May 2Pushed 2y agoCompare

[ Source](https://github.com/digital-workshop-apps/laravel-blade)[ Packagist](https://packagist.org/packages/dw-apps/laravel-blade)[ RSS](/packages/dw-apps-laravel-blade/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (10)Used By (0)

Laravel Blade components
========================

[](#laravel-blade-components)

**PHP** ^8.0, **Laravel** ^9.0|^10.0

About
-----

[](#about)

---

With Laravel Blade components, you can create forms for Blade templates using the components of the package.

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

[](#installation)

---

```
composer require dw-apps/laravel-blade

```

---

Components
----------

[](#components)

All components support Laravel session and standard HTML attributes. If the control id attribute is not set, its value will be equal to the name attribute.

***All controls has attributes:***

- `uniq-id` - bool = false (Generate uniq id with prefix: 'control-')
- `valid-class` - bool = 'is-valid'
- `invalid-class` - bool = 'is-invalid'

---

### Form

[](#form)

```

```

*Automatically sets the method and csrf. Supports all methods.*

---

### Input

[](#input)

```

```

---

### Datalist

[](#datalist)

```

```

*Attributes:*

- `source` - array (plain / associative)

---

### Error

[](#error)

```

```

*Attributes:*

- `name` - string **required**
- `dot-name` - bool = false

---

### Check

[](#check)

```

```

---

### Radio

[](#radio)

```

```

---

Select controls has attributes `placeholder` / `placeholder-disabled` (empty option), which takes a string type argument.

```

```

### Select

[](#select)

```

```

*Attributes:*

- `source` - array (plain / associative)

*Support groups:*

```
$datalist = [
    'Group label' => [
        'value-1' => 'Label 1',
        ...
    ]
];
```

---

### Select day

[](#select-day)

```

```

*Contains a list of localized names of days of the week with a range of values 0...6.*

---

### Select month

[](#select-month)

```

```

*Contains a list of localized month names with a range of values 1...12.*

---

### Select range

[](#select-range)

```

```

*Attributes:*

- `start` - string | int | float = 0
- `end` - string | int | float = 0
- `step` - int | float = 1

*See: *

---

### Select timezone

[](#select-timezone)

```

```

*Contains a list of timezones names.*

---

### Select UTC

[](#select-utc)

```

```

*Contains a list of UTC zones names, with key / value pairs: '-12:00' =&gt; 'UTC−12:00' etc.*

---

### Textarea

[](#textarea)

```

```

---

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Total

9

Last Release

1052d ago

Major Versions

8.x-dev → 9.13.02023-05-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/a56e76e2ca7c9fabf4ff9f8b519ff313e318de27e043bc730ebaa977575c8726?d=identicon)[Rak Vladimir](/maintainers/Rak%20Vladimir)

---

Top Contributors

[![rak-vladimir](https://avatars.githubusercontent.com/u/42468679?v=4)](https://github.com/rak-vladimir "rak-vladimir (19 commits)")

---

Tags

laravelcomponentshtmlblade

### Embed Badge

![Health badge](/badges/dw-apps-laravel-blade/health.svg)

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

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[tomsix/laravel-components-library

A collection of pre-made Blade components for Laravel 7.x and up

613.1k](/packages/tomsix-laravel-components-library)[ddfsn/blade-components

Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.

193.1k](/packages/ddfsn-blade-components)[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)
