Libraries tagged by models generator
larapack/attribute-slugging
1692 Downloads
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
froog/silvergraph
5723 Downloads
Generates data model visualisations from SilverSripe DataObjects, displaying database fields, relations and ancestry
bullhorn/fast-rest
7787 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
brainstud/has-identifier
3161 Downloads
Add a HasIdentifier to the model to take care of generating the identifier
bvtterfly/laravel-hashids
14943 Downloads
A package to generate hashids for Eloquent models
sheidin/fillable
2763 Downloads
Generate fillable attribute for eloquent models
ollico/laravel-uid
7716 Downloads
A handy package to generate unique identifiers for Eloquent models
codinglabsau/laravel-sluggable
7168 Downloads
Generate slugs when saving Eloquent models
bogddan/laracsv
1579 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
tailflow/laravel-human-readable-keys
333 Downloads
Generate Stripe-like IDs for Eloquent models
smousss/laravel-factorize
675 Downloads
Effortlessly generate Laravel factories for all your models using GPT-4!
neurony/laravel-url
33 Downloads
Generate custom URLs for any Eloquent model (Laravel 5.7 and up).
suzunone/l-auto-comment-for-php-swagger
3288 Downloads
Automatically generate PHP Swagger comments from Laravel's Controller, Model, and form requests.
mojopollo/laravel-json-schema
541 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
matt-daneshvar/eloquent-hashids
987 Downloads
Automatically generate and persist Hashids for newly created Eloquent models.