Libraries tagged by model generator
wtfz/laravel-route-button
64 Downloads
Generate route buttons with dropdown from the model
vitorleonel/laravel-unique-slug
143 Downloads
Package for generate a unique slug in your application on an eloquent model with have slug column.
tarekhasan/laravel-auto-slug
1 Downloads
Automatically generate and manage unique slugs for Eloquent models
stryksta/referencenumber
2 Downloads
Generate a Reference Number when saving Eloquent models
sameer-shelavale/x2form
22 Downloads
This package is developed for easing up the creation, validation & maintenance of web forms. The HTML forms can be generated directly from Mysql Tables, Eloquent ORM Models, using PHP code as well as from predefined XML format, if required the Loader can also be extended to support more type of objects. The package can output forms in HTML table layout as well as Bootstrap and you can further customize them using templates or by extending the Renderer.
rudi97277/laravel-make-feature
14 Downloads
A package to generate feature-related files (controller, service, repository, and model) with ease for Laravel projects.
permaxis/laravel-crudgenerator
25 Downloads
Generate a crud (create read update delete) interface based on model laravel
parentyazilim/openaci-chatbot
0 Downloads
This is a PHP class for interacting with OpenAI's API, specifically for their chatbot, search, and text-generation functionalities, as well as for creating and fine-tuning machine learning models using their API.
medrachy/crud-livewire
3 Downloads
Generate the CRUD livewire component for a model
marotdc/laravel-metrics
234 Downloads
Generate easily metrics and trends data of your models for your dashboards.
lsf26809347/thinkphp-gii
7 Downloads
auto create model and controller files when u excute php think generate:module xxx {--controllerExtend XXX --modelExtend XXX}
leandrodiogenes/laravel-test-factory-helper
595 Downloads
Generate Laravel test factories from your existing models
jidniilman/yii-slug-input
5 Downloads
Generate auto slug text from any input using model input or just Html id attribute. Forked from wardany/yii-slug-input
imediatis/entity-annotation
35 Downloads
This package helps you to implement annotation on your Model's object the way of Doctrine. -Helps you to validate your Object build from POST request; -Helps to auto-generate form fields.
ghebby/laravel-hfm
13 Downloads
A laravel packe aimed to reduce verbose and repetiteve code in the application by generatinc it at runtime starting from a simple Array declaration in the Models.