Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muzammal01/syncmodelfillable

A Laravel package that automatically syncs a model's `$fillable` fields with its corresponding database migration columns. This package provides a simple Artisan command that updates the `$fillable` property in your models based on the columns defined in your migration files, making it easy to keep your models and migrations in sync.
https://github.com/muzammal01/syncmodelfillable

artisan database fillable laravel laravel-10 laravel-11 laravel-8 laravel-9 laravel-development laravel-package migration model package php sync

Last synced: 6 days ago
JSON representation

A Laravel package that automatically syncs a model's `$fillable` fields with its corresponding database migration columns. This package provides a simple Artisan command that updates the `$fillable` property in your models based on the columns defined in your migration files, making it easy to keep your models and migrations in sync.

Awesome Lists containing this project