PHPackages                             ocraton/fillthem - 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. ocraton/fillthem

ActiveLibrary

ocraton/fillthem
================

One command for create model, migration and seeder with fillable

1.3.0(2y ago)020MITPHP

Since Jul 27Pushed 2y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Fillthem
========

[](#fillthem)

[![Laravel](https://camo.githubusercontent.com/0c9c95ea41100ab5978a5e17560b8b0463e09bb57b41eeab5892d082eea53bff/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d6c61726176656c266d6573736167653d254532253839254135362e3026636f6c6f723d666632643230266c6f676f3d6c61726176656c267374796c653d666c61742d737175617265)](https://laravel.com)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

ocraton/fillthem is a Laravel package that provide an artisan command to define a model name with fillable fields. Based on that model name, it will create a migration and seeder with those fields.

- [Installation](#installation)
- [Usage](#usage)

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

[](#installation)

Run the following command to install the latest applicable version of the package:

```
composer require --dev ocraton/fillthem
```

### Laravel

[](#laravel)

In your app config, add the Service Provider to the `$providers`:

```
'providers' => [
   ...
   Ocraton\Fillthem\Providers\FillthemServiceProvider::class,
],
```

Usage
-----

[](#usage)

Run the following command to create a Car model, migration and seeder with Laravel migration types column:

```
php artisan make:fillthem Car --fillable=integer:n_wheels,string:model
```

That's it!

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

3

Last Release

1026d ago

### Community

Maintainers

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

---

Top Contributors

[![ocraton](https://avatars.githubusercontent.com/u/5692379?v=4)](https://github.com/ocraton "ocraton (28 commits)")

### Embed Badge

![Health badge](/badges/ocraton-fillthem/health.svg)

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

PHPackages © 2026

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