Libraries tagged by generate models
mhasankn/dart-models
135 Downloads
Laravel library to easily generate models for Dart/Flutter from command line.
laraspells/extension-model-factory
150 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
34 Downloads
CodeIgniter 4 library to generate models from DB tables via CLI
0377/think-generate-model
43 Downloads
thinkphp5.0快速生成模型的property,让IDE识别更友好
triun/laravel-model-base
9116 Downloads
Generate Eloquent Model Bases for Laravel
maheralyamany/laravel-model-generator
3 Downloads
Generate Laravel models from database tables with relationships
harcourt/generate-eloquent-model
224 Downloads
Generate Laravel Eloquent Model
amranibrahem/laravel-model-generator
23 Downloads
Automatically generate Eloquent models from database tables with professional PHPDoc, relationships, and multi-database support
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
428 Downloads
Generate Enum in Models
noouh/auto-model-fillable
9 Downloads
A Laravel package to auto-generate Fillable to models from table definitions.