Libraries tagged by generate models
onesite/laravel-module
3152 Downloads
Generate a module with model, migration, controller, routes and factory
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
larapack/attribute-slugging
2025 Downloads
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
wilber/wilbercsv
2841 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
vincentndegwa/eloquent-typegen
76 Downloads
Generate TypeScript types from Eloquent models
unrulynatives/laravel-sluggable
19 Downloads
Generate slugs when saving Eloquent models
tfsthiagobr98/laravel-naming-series
951 Downloads
Generate Custom Ids for your models
petersowah/laravel-bulk-policies
183 Downloads
Generate policies for all existing models in one go.
pangpondpon/tswink
870 Downloads
Generate typescript classes from Laravel models.
ceddyg/clara-entity-generator
517 Downloads
Repository to generate a CRUD system (Controller, model, repository, view using bootstrap, and more) scanning the shema of the database.
xt/laravel-external-id
410 Downloads
Generate external id when saving Eloquent models
smousss/laravel-factorize
767 Downloads
Effortlessly generate Laravel factories for all your models using GPT-4!
onamfc/eloquent-json-schema
0 Downloads
Generate JSON Schema files from Eloquent models for Laravel applications
erfanwd/laravel-repository-pattern
14 Downloads
A Laravel package to auto-generate repositories and interfaces based on models