Libraries tagged by generate model
laraspells/extension-model-factory
148 Downloads
LaraSpells extension to generate model factory
hectorqin/think-generate
15 Downloads
Generate model,controller,validate with parsing database for ThinkPHP5 and ThinkPHP6.
dominikstyp/laravel-model-abstractor
9 Downloads
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.
chenqinru/generate-model
10 Downloads
generate model schema and property
ajn/ci4-model-generator
24 Downloads
CodeIgniter 4 library to generate models from DB tables via CLI
0377/think-generate-model
41 Downloads
thinkphp5.0快速生成模型的property,让IDE识别更友好
harcourt/generate-eloquent-model
223 Downloads
Generate Laravel Eloquent Model
amirkacem/model-key-factory
5 Downloads
A simple package to generate Eloquent Model Keys
ado-dg/integration-model-generator
6 Downloads
A package that allows you to generate PHP model classes from a JSON object and simplify API integrations using these models
ratno/generate-enum
366 Downloads
Generate Enum in Models
noouh/auto-model-fillable
9 Downloads
A Laravel package to auto-generate Fillable to models from table definitions.
mattrink/laravel-model-form-maker
8 Downloads
A package to generate forms from model objects.
lrun/tp-model-helper
12 Downloads
a vendor for thinkphp6.*,help generate phpdocs for model class
itinysun/tp-model-helper
69 Downloads
a vendor for thinkphp6.*,help generate phpdocs for model class
gibasbr/modelgenerator
4 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.