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(11mo ago)160MITPHPPHP ^8.1

Since Jul 29Pushed 11mo 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 today

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 72% of packages

Maintenance51

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

341d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/100482628?v=4)[bang\_iyannn](/maintainers/justnotiyann)[@justnotiyann](https://github.com/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

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M203](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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