Libraries tagged by laravel model generator
marshmallow/sluggable
14604 Downloads
Generate slugs when saving Eloquent models
mhasankn/dart-models
135 Downloads
Laravel library to easily generate models for Dart/Flutter from command line.
pursehouse/modeler-laravel-eloquent
2216 Downloads
Generate model classes for Eloquent in Laravel
singlequote/laravel-model-seeder
1435 Downloads
haakco/reliese-laravel-models
3806 Downloads
Fork of Reliese Components for Laravel Framework code generation. With patches for postgresql, and a couple other things.
arnaldo-tomo/laravel-autoscema
56 Downloads
Automatically generate TypeScript types and validation schemas from Laravel Models with zero configuration
neurony/laravel-url
34 Downloads
Generate custom URLs for any Eloquent model (Laravel 5.7 and up).
meanify-co/laravel-activity-log
68 Downloads
A PHP library to generate logs from requests and model updates in Laravel
joerucci/laravel-domain-tools
451 Downloads
This package provides domain-driven design (DDD) support for Laravel applications by enhancing artisan make commands with --domain argument. When used, generated files (like models, casts, events, etc.) are placed into a specific domain folder within your app.
beitsafe/laravel-uuid-auditing
11629 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot Tables
bvtterfly/laravel-hashids
15070 Downloads
A package to generate hashids for Eloquent models
tfsthiagobr98/laravel-naming-series
306 Downloads
Generate Custom Ids for your models
codinglabsau/laravel-sluggable
8439 Downloads
Generate slugs when saving Eloquent models
tailflow/laravel-human-readable-keys
740 Downloads
Generate Stripe-like IDs for Eloquent models
mojopollo/laravel-json-schema
543 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