Libraries tagged by generate model
mpociot/laravel-test-factory-helper
623629 Downloads
Generate Laravel test factories from your existing models
scrumble-nl/laravel-model-ts-type
53654 Downloads
This package makes it possible to generate TypeScript types based on your models
okipa/laravel-table
51429 Downloads
Generate tables from Eloquent models.
way/generators
2391988 Downloads
Rapidly generate resources, migrations, models, and much more.
binary-cats/laravel-sku
49142 Downloads
Generate SKUs for Eloquent models
sethphat/eloquent-docs
49978 Downloads
Generate PHPDoc scope for your Eloquent models (columns, accessors and more)
mootensai/yii2-enhanced-gii
154560 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
red-explosion/laravel-sqids
14853 Downloads
Easily generate Stripe/YouTube looking IDs for your Laravel models.
giacomomasseron/laravel-models-generator
321 Downloads
Generate Laravel models from an existing database
laracademy/model-generator
9825 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
outrightvision/api-model
94727 Downloads
Generate Laravel-like Api Models
psx/openapi
64024 Downloads
Model classes to generate an OpenAPI specification in a type-safe way
scrumble-nl/laravel-csr
14887 Downloads
This package makes it possible to generate a controller, service, repository, model and migration all in 1 command
larafast/fastapi
2112 Downloads
A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model
digitaldream/laracrud
20480 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command