PHPackages                             edumicro/daisylw4 - 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. [Framework](/categories/framework)
4. /
5. edumicro/daisylw4

ActiveLibrary[Framework](/categories/framework)

edumicro/daisylw4
=================

Agnostic UI components for Laravel, Livewire 4 and DaisyUI

v2.0.1(2mo ago)110MITBladePHP ^8.2CI passing

Since Feb 9Pushed 2mo agoCompare

[ Source](https://github.com/edumicro/daisylw4)[ Packagist](https://packagist.org/packages/edumicro/daisylw4)[ GitHub Sponsors](https://github.com/edumicro)[ RSS](/packages/edumicro-daisylw4/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

🚀 edumicro/daisylw4 **DaisyUI SFC components for Livewire 4. Includes Auto-Form orchestrator, Smart Selects, and CLI scaffolding.**

[![Latest Version on Packagist](https://camo.githubusercontent.com/765eabbe3e7588f3b20141ba6bb33af7a0843bedeafe3d6b25230fdeaef2068a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6564756d6963726f2f64616973796c77342e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/edumicro/daisylw4)[![Total Downloads](https://camo.githubusercontent.com/da7180bbcf7c409a0d49f5e57cad40e56e334acb8d73aa51a22136308778ac63/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6564756d6963726f2f64616973796c77342e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/edumicro/daisylw4)[![License](https://camo.githubusercontent.com/1036fe3ca943b4ad3e4061bc408e363d9bc02042428b1d22de50a1ea66bb1a3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6564756d6963726f2f64616973796c77342e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/edumicro/daisylw4)

**`daisylw4` is a productivity-first package for Laravel 12. It provides a set of Single File Components (SFC) styled with DaisyUI, powered by native Livewire 4, designed to eliminate boilerplate when building complex admin interfaces.**

🛠 Installation 1.- Install via Composer: composer require edumicro/daisylw4

2.- Run the Installer: This will publish all components to resources/views/vendor/daisylw4 so you have full control. php artisan daisylw4:install

3.- Tailwind Configuration: Ensure your tailwind.config.js tracks the published components:

content: \[ // ... './resources/views/vendor/daisylw4/\*\*/\*.blade.php', \], plugins: \[require("daisyui")\],

🏗 Key Components

1. Auto-Form (form.auto-form) Generate complex, validated forms from a simple array. It supports automatic Eloquent relationships, field ordering, and multi-module injection.

    &lt;livewire:daisylw4.form.auto-form :model="App\\Models\\Product::class" :record="$product" {{-- Optional: For editing --}} :schema="\[ \['name' =&gt; 'name', 'label' =&gt; 'Product Name', 'order' =&gt; 10\], \['name' =&gt; 'category\_id', 'type' =&gt; 'relation', 'label' =&gt; 'Category', 'order' =&gt; 20\], \['name' =&gt; 'price', 'type' =&gt; 'number', 'label' =&gt; 'Price', 'cols' =&gt; 'col-span-6', 'order' =&gt; 30\], \]" /&gt;
2. Data Table (display.table) Powerfull data grid with multi-term search and automatic pagination.

    &lt;livewire:daisylw4.display.table :model="App\\Models\\User::class" :columns="\[ \['key' =&gt; 'name', 'label' =&gt; 'Full Name'\], \['key' =&gt; 'email', 'label' =&gt; 'Email Address'\] \]" /&gt;

🤖 Component Generator Create your own standardized components that fit perfectly into the ecosystem.

```
php artisan daisylw4:make {name}

```

Interactive: Choose the section (form, layout, display...).

Standardized: Automatically includes $model, $label, and $attributes-&gt;merge() logic.

Agnostic: Designed to work with the global translation system and zero naming collisions

📂 Architecture &amp; Namespaces To avoid conflicts with other DaisyUI packages, all components use the daisylw4 prefix:

Namespace: daisylw4::

Blade Usage: &lt;livewire:daisylw4.{section}.{name} /&gt;

Customization: All files are located in resources/views/vendor/daisylw4.

❤️ Support Development
----------------------

[](#️-support-development)

If `daisylw4` helps you build apps faster, consider supporting its maintenance. Your sponsorship helps keep the project updated with the latest Laravel and Livewire features.

[![GitHub Sponsors](https://camo.githubusercontent.com/e2de84d61d92bdfdc96881115a6e0ccd5e48dfabca671189928eb8fbea242101/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53706f6e736f722532306d652d2532334541344141412e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d6769746875622d73706f6e736f7273266c6f676f436f6c6f723d7768697465)](https://github.com/sponsors/edumicro)

📄 License The MIT License (MIT). Created by edumicro.

###  Health Score

40

—

FairBetter than 87% of packages

Maintenance91

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

78d ago

Major Versions

v1.0.0 → v2.0.02026-02-10

### Community

Maintainers

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

---

Top Contributors

[![edumicro](https://avatars.githubusercontent.com/u/59165236?v=4)](https://github.com/edumicro "edumicro (14 commits)")

---

Tags

daisyuiform-builderlaravellivewire-voltlivewire4php8tailwindcsslaravellivewiretailwindDaisyUIautoform

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/edumicro-daisylw4/health.svg)

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

###  Alternatives

[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel-frontend-presets/tall

TALL preset for Laravel.

2.6k692.9k1](/packages/laravel-frontend-presets-tall)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[mhmiton/laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.

236409.6k9](/packages/mhmiton-laravel-modules-livewire)

PHPackages © 2026

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