Libraries tagged by laravel model generator
grazulex/laravel-modelschema
160 Downloads
Generate and manage Laravel model schemas with automatic validation, documentation, and migration helpers for better data structure management.
bnbwebexpertise/laravel-sequence
9569 Downloads
Laravel package to handle model sequence generation (no gap)
stayallive/laravel-eloquent-uuid
19946 Downloads
Generate UUID for a Laravel Eloquent model attribute.
nolanos/laravel-model-typescript-transfomer
639 Downloads
Generate Typescript definitions for your Eloquent models
martinbean/laravel-sluggable-trait
48462 Downloads
A trait you can apply to Eloquent models to have slugs automatically generated on save.
padosoft/laravel-sluggable
9598 Downloads
Generate slugs when saving Eloquent models
ollico/laravel-uid
9378 Downloads
A handy package to generate unique identifiers for Eloquent models
motomedialab/laravel-self-healing-urls
1749 Downloads
Generate self-healing URLs for models
esign/laravel-underscore-sluggable
713 Downloads
Generate slugs when saving UnderscoreTranslatable models
ngmy/laravel-ide-helper-eloquent
5299 Downloads
Laravel IDE Helper Eloquent generates a stub file to enable autocompletion for QueryBuilder methods on models in IDEs/editors that do not support @mixin.
grazulex/laravel-atlas
80 Downloads
Laravel Atlas scans your Laravel project to generate a complete, structured map of its internal components — models, controllers, routes, jobs, observers, events, commands, and more — and exports visual or machine-readable representations in formats like Mermaid, Markdown, JSON, or PDF.
fomvasss/laravel-str-tokens
6725 Downloads
A package to manage and generate string with tokens/shortcodes for Eloquent Models
pderas/shambles
31371 Downloads
A hashing library that will generate and add hashes to your laravel models.
bpocallaghan/sluggable
20224 Downloads
Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.
larapack/attribute-slugging
1839 Downloads
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.