LaravelPackages.net
Acme Inc.
Toggle sidebar
justnotiyann/filament-schema-resource

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

49
1
v1.0.9
About justnotiyann/filament-schema-resource

justnotiyann/filament-schema-resource is a Laravel package for artisan command to generate filament form & table schema files based on eloquent model.. It currently has 1 GitHub stars and 49 downloads on Packagist (latest version v1.0.9). Install it with composer require justnotiyann/filament-schema-resource. Discover more Laravel packages by justnotiyann or browse all Laravel packages to compare alternatives.

Last updated

๐Ÿ“ฆ 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

composer require justnotiyann/filament-schema-resource

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


๐Ÿš€ 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

composer update justnotiyann/filament-schema-resource

๐Ÿ› ๏ธ 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

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

Star History Chart