PHPackages                             sheidin/fillable - 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. [Database &amp; ORM](/categories/database)
4. /
5. sheidin/fillable

ActiveLibrary[Database &amp; ORM](/categories/database)

sheidin/fillable
================

Generate fillable attribute for eloquent models

1.0.1(3y ago)03.6kMITPHPPHP ^8.0

Since Jul 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sheidin/fillable)[ Packagist](https://packagist.org/packages/sheidin/fillable)[ Docs](https://github.com/sheidin/fillable)[ RSS](/packages/sheidin-fillable/feed)WikiDiscussions main Synced 1mo ago

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

Generate fillable attribute for eloquent models
===============================================

[](#generate-fillable-attribute-for-eloquent-models)

This package will help you to fill the fillabel attribute within the Laravel eloquent model

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

[](#installation)

You can install the package via composer:

```
composer require sheidin/fillable
```

You can publish the config file with:

```
php artisan vendor:publish --tag="fillable"
```

This is the contents of the published config file:

```
return [
    'models_directory' => env('MODELS_DIR', app_path('Models')),
    'ignore_columns' => ['id'],
];
```

Usage
-----

[](#usage)

```
php artisan model:fillable
#additional options:
model:fillable
    {model?* : The name of the model}
    {--no-override : Whether the fillable attribute should not be override}
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

1357d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.0.1PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/afb50b42c7d59f6d1effec8c92b06de7de3f2d30dc6c62c2cb343be781bbb93b?d=identicon)[7ard1grad3](/maintainers/7ard1grad3)

---

Top Contributors

[![7ard1grad3](https://avatars.githubusercontent.com/u/13299703?v=4)](https://github.com/7ard1grad3 "7ard1grad3 (12 commits)")

---

Tags

laravelfillablesheidin

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/sheidin-fillable/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[silber/bouncer

Eloquent roles and abilities.

3.6k4.4M25](/packages/silber-bouncer)[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[spatie/laravel-model-flags

Add flags to Eloquent models

4301.1M1](/packages/spatie-laravel-model-flags)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)

PHPackages © 2026

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