Libraries tagged by generate models
rakib01/laravel-model-docs-md
1 Downloads
Generate Markdown documentation for all Eloquent models in Laravel.
waad/laravel-generate-repository-api
63 Downloads
package to generate repository design pattern with all accessories
kajalpandya/generate_laravel_crud
1474 Downloads
Run command in terminal and make ready made crud for your entity
developerawam/generate-migration
25 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
took/yii2-gii-mcp
14 Downloads
Model Context Protocol (MCP) server for Yii2 Gii scaffolding - enables AI agents to generate models and CRUD interfaces
hariadi/laravel-boilerplate-generator
609 Downloads
Generate Model, attribute, relation, scope trait and repository for Laravel Boilerplate
mitchdav/laravel-stripe-ids
1668 Downloads
Generate Stripe-style IDs (ch_xxxxxxxxxx) for your Eloquent models.
hirenmangukiya/autocrud
85 Downloads
Generate CRUD code for given database
creativecrafts/laravel-secure-random-number-generator
370 Downloads
A handy package to generate a secure unique random number for a model
rahasistiyak/laravel-super-artisan
8 Downloads
A powerful Laravel scaffolding package — generate Models, Controllers, Repositories, APIs, Filament resources, Policies, Actions, and more with a single command. Includes a complete Workflow runner for Artisan command sequences.
hsuan/laravel-relation-maker
17341 Downloads
LaravelRelationMaker to help people generate model with relation
princenoman/laravel-rocket
3 Downloads
A Laravel package to generate multiple models, migrations, controllers, requests, factories, and seeders in one command.
styde/factory
8 Downloads
Generate and build model factories for Laravel using classes and methods instead of closures
contember/nextras-orm-generator
9 Downloads
Generate nextras ORM model from Contember schema
shehroz/crud-generator
33 Downloads
Laravel package to generate full CRUD (controllers, models, requests, repositories, policies, migrations, seeders, and Tailwind views) with repository pattern, role-based policies, and optional API routes.