Libraries tagged by generate models
matheus-carvalho/crud-generator
141 Downloads
Generate a CRUD with Model, Controller, routes, FormRequest and views based on given Migration.
marabesi/easy-crud
75 Downloads
(Laravel 5+) Simple and effective way to generate CRUD from your models or database Edit
engmohamedamer/yii2-enhanced-gii
274 Downloads
Generate Relational (has many) Models & CRUD.
ahrmerd/laravel-test-generator
185 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
pangpondpon/tswink
870 Downloads
Generate typescript classes from Laravel models.
ceddyg/clara-entity-generator
510 Downloads
Repository to generate a CRUD system (Controller, model, repository, view using bootstrap, and more) scanning the shema of the database.
bogddan/laracsv
1850 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
codinglabsau/laravel-sluggable
8443 Downloads
Generate slugs when saving Eloquent models
onamfc/eloquent-json-schema
0 Downloads
Generate JSON Schema files from Eloquent models for Laravel applications
khaledweka/repository-generator
12 Downloads
A Laravel package to generate repository pattern files based on models
gvasilopulos/yii2-enhanced-gii
209 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
dipenparmar12/exportable
50 Downloads
A Laravel package for hassle free generate CSV,JSON files from (Eloquent model,Collection Array)
always-open/laravel-graphql-schema-generator
2690 Downloads
Generate GraphQL schema from existing Laravel models/database
dividing-zero/laravel-dynamic-sitemap
12 Downloads
Automatically generate dynamic sitemaps at runtime using Eloquent Models in Laravel.
bukankalengkaleng/laravel-entity
66 Downloads
Generate an entity along with their artefacts (Model, Controller, Migration, Form Request, Tests, Factory, Policy)