Libraries tagged by models generator
stryksta/referencenumber
1 Downloads
Generate a Reference Number when saving Eloquent models
sameer-shelavale/x2form
21 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.
permaxis/laravel-crudgenerator
24 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
205 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
571 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
31 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.
deepaktiwari/php-cmds
5 Downloads
Simple PHP command for generating files following the MVC architecture, similar to Laravel's Artisan command. Easily create models, controllers, and views as per your needs
dasewan/laravel-test-factory-helper
3 Downloads
Generate Laravel test factories from your existing models
danpalmieri/laravel-slug-token
11 Downloads
Auto generate a unique and configurable token during the model creation.
codingwisely/taskallama
0 Downloads
Taskallama is a Laravel package that seamlessly integrates with Ollama’s LLM API to empower your applications with AI-driven text generation, task management assistance, and more. Designed for simplicity and scalability, Taskallama brings the power of language models to your Laravel projects.
bjnstnkvc/builder-make-command
6 Downloads
Generate Eloquent Builder class for enhanced query building and model scope management.