PHPackages                             batiscaff/laravel-fields-kit - 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. batiscaff/laravel-fields-kit

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

batiscaff/laravel-fields-kit
============================

Custom fields for model in Laravel-Livewire

050PHP

Since Nov 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Batiscaff/laravel-fields-kit)[ Packagist](https://packagist.org/packages/batiscaff/laravel-fields-kit)[ RSS](/packages/batiscaff-laravel-fields-kit/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Custom fields
=============

[](#custom-fields)

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

[](#installation)

1. Install the package via composer:

```
composer require batiscaff/laravel-fields-kit
```

2. Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:

```
'providers' => [
    // ...
    Batiscaff\FieldsKit\FieldsKitServiceProvider::class,
];
```

3. You should publish the migration and the config/fields-kit.php config file with:

```
php artisan vendor:publish --provider="Batiscaff\FieldsKit\FieldsKitServiceProvider"
```

4. Run the migrations: After the config and migration have been published and configured, you can create the tables for this package by running:

```
php artisan migrate
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/batiscaff-laravel-fields-kit/health.svg)

```
[![Health](https://phpackages.com/badges/batiscaff-laravel-fields-kit/health.svg)](https://phpackages.com/packages/batiscaff-laravel-fields-kit)
```

PHPackages © 2026

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