Libraries tagged by laravel model generator
0jkb/schemator
18 Downloads
Schemator is an advanced Laravel package designed to streamline development workflows by automatically generating Eloquent models and optional Filament resources. It offers features like selective table generation, skipping default Laravel tables, and enhanced model generation with Laravel Sanctum support for the User model.
mont4/laravelmaker
136 Downloads
php artisan make:all for Laravel with Make and generate Laravel 'Controller, Request, Model, Factory, Seed, Migration, Translation, Policy & Permissions' compatible.
kduma/eloquent-uuidable
460 Downloads
Eases using and generating uuid's in Laravel Eloquent models.
kduma/eloquent-ulidable
4 Downloads
Eases using and generating ulid's in Laravel Eloquent models.
kduma/eloquent-guidable
230 Downloads
Eases using and generating guid's in Laravel Eloquent models.
kduma/eloquent-snowflakeable
0 Downloads
Eases using and generating SnowFlake ID's in Laravel Eloquent models.
prolific-hue/modelauditlogger
3 Downloads
Generate model update audit logs
brandonkerr/eloquent-from-settings
10 Downloads
Easily generate eloquent models and relationships from JSON or array
jannisfieml/laravelapigenerator
14 Downloads
A small package to generate basic migrations, models, requests, controllers and routes by editing yaml files
najm/acl-policy-maker
5 Downloads
Using artisan generate ACL roles, permissions and laravel policy based on provided model name
sheidin/fillable
3571 Downloads
Generate fillable attribute for eloquent models
nickschot/laracsv
45 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
itega/laracsv-utf8
81 Downloads
A fork of usmanhalalit's Laravel package to easily generate CSV files from Eloquent model.
iakovos/wireui-smart-table
16 Downloads
Simple yet effective and fully configurable component for all CRUD operations. A Laravel - Livewire component that can intuitively present model data in a table (or create/update/delete forms) using Tailwind and WireUI with minimal component configuration while also maintaining fully scalable, extendable and configurable capabilities. It also comes with optional built-in smart-forms that facilitate all CRUD operations.
fredtux/artisan-view
6 Downloads
Manage your views in Laravel projects through artisan + generate CRUD views based on a model using bootstrap