PHPackages                             justnotiyann/filament-schema-resource - 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. justnotiyann/filament-schema-resource

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

justnotiyann/filament-schema-resource
=====================================

Artisan command to generate Filament form &amp; table schema files based on Eloquent model.

v1.0.9(9mo ago)145MITPHPPHP ^8.1

Since Jul 29Pushed 9mo agoCompare

[ Source](https://github.com/justnotiyann/Filament-Schema-Resource)[ Packagist](https://packagist.org/packages/justnotiyann/filament-schema-resource)[ Docs](https://github.com/justnotiyann/filament-schema-resource)[ RSS](/packages/justnotiyann-filament-schema-resource/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (11)Used By (0)

📦 Filament Schema Resource Generator
====================================

[](#-filament-schema-resource-generator)

Generate `FormSchema` dan `TableSchema` untuk resource Filament langsung dari Eloquent model — lengkap dengan deteksi foreign key secara otomatis (misal: `cabang_id` ➝ relasi `belongsTo` ke model `Cabang`).

---

✅ Install Package
-----------------

[](#-install-package)

```
composer require justnotiyann/filament-schema-resource
```

> Tidak perlu publish stub. Semua stub sudah terbundle dalam package ini.

---

🚀 Cara Pakai
------------

[](#-cara-pakai)

Buat FormSchema dan TableSchema berdasarkan model:

```
php artisan make:filament-schema-resource Invoice --model=SalesInvoice
```

Atau jika hanya ingin generate schema-nya saja:

```
php artisan make:filament-schema-resource Invoice --model=SalesInvoice --generate
```

---

🔖 Update Package
----------------

[](#-update-package)

```
composer update justnotiyann/filament-schema-resource
```

---

🛠️ Commit dan Tag Versi Baru
----------------------------

[](#️-commit-dan-tag-versi-baru)

```
git add .
git commit -m "feat: support auto-detect foreign key relationship"
git push origin main

# Buat tag versi baru
git tag v1.1.0
git push origin v1.1.0
```

---

🧼 Opsional: Clear Cache
-----------------------

[](#-opsional-clear-cache)

```
php artisan clear-compiled
php artisan config:clear
composer dump-autoload
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance57

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

10

Last Release

287d ago

### Community

Maintainers

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

---

Top Contributors

[![justnotiyann](https://avatars.githubusercontent.com/u/100482628?v=4)](https://github.com/justnotiyann "justnotiyann (19 commits)")

---

Tags

filamentlaravellaravelschemageneratorartisanfilament

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/justnotiyann-filament-schema-resource/health.svg)

```
[![Health](https://phpackages.com/badges/justnotiyann-filament-schema-resource/health.svg)](https://phpackages.com/packages/justnotiyann-filament-schema-resource)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[tehwave/laravel-achievements

Simple, elegant Achievements the Laravel way

7012.8k](/packages/tehwave-laravel-achievements)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[tomatophp/filament-helpers

Helper Class Generator to manage your forms and table inside your filament app

127.9k](/packages/tomatophp-filament-helpers)

PHPackages © 2026

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