PHPackages                             lassehaslev/laravel-fieldable - 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. lassehaslev/laravel-fieldable

ActiveLaravel-plugin[Utility &amp; Helpers](/categories/utility)

lassehaslev/laravel-fieldable
=============================

Add functionality to add field and values dynamicly to laravel. How you use them is up to you.

0.0.2(9y ago)048PHP

Since Nov 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/LasseHaslev/LaravelFieldable)[ Packagist](https://packagist.org/packages/lassehaslev/laravel-fieldable)[ RSS](/packages/lassehaslev-laravel-fieldable/feed)WikiDiscussions master Synced 2mo ago

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

lassehaslev/fieldable
=====================

[](#lassehaslevfieldable)

> > > Warning!! This package is under development and app breaking changes will come before release!!

Install
-------

[](#install)

```
composer require lassehaslev/laravel-fieldable
```

Usage
-----

[](#usage)

API
---

[](#api)

#### FieldType

[](#fieldtype)

```
// Add new FieldType
$fieldType = FieldType::add([
    'name'=>'FieldType name',
    'view'=>'rellative path from config( 'fieldable.views.fields' )'
]);

// Get the full path to the field type view
// To overwrite the setting, edit fieldable.views.path in config/fieldable.php
$fieldType->viewPath();
```

Development
-----------

[](#development)

#### Install dependencies

[](#install-dependencies)

```
# Install dependencies
composer install

# Install dependencies for automatic tests
yarn
```

#### Runing tests

[](#runing-tests)

```
# Run one time
npm run test

# Automaticly run test on changes
npm run dev
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

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

Total

2

Last Release

3356d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39edaff7913420649a4d7e159faecfef8210b583f645ef2f89545f2c72b64a9b?d=identicon)[LasseHaslev](/maintainers/LasseHaslev)

---

Top Contributors

[![LasseHaslev](https://avatars.githubusercontent.com/u/3670799?v=4)](https://github.com/LasseHaslev "LasseHaslev (59 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lassehaslev-laravel-fieldable/health.svg)

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

###  Alternatives

[cubear/finder

Finder is a Drupal 8 module to help users find services which meet their criteria

404.2k](/packages/cubear-finder)

PHPackages © 2026

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