Libraries tagged by Request Models
tsitsishvili/elastic-audit
74 Downloads
Laravel package that logs third-party HTTP traffic (outgoing requests and incoming callbacks) and actor/model activity to a dedicated Elasticsearch cluster, with redaction, queued indexing, sampling, and optional dashboards.
sidigi/laravel-remote-models
4272 Downloads
Use remote requests in laravel eloquent models way
solve-x/view-model
466 Downloads
A more structured way of processing requests (inspired by ASP.NET)
n0nag0n/super-model
11 Downloads
A simple base model you can extend to reduce your hard coded SQL queries and get 90% of your db requests done quick.
envant/laravel-model-mutator
267 Downloads
Load relations and append attributes from request query
layman/laravel-architect
4 Downloads
Laravel package for generating controllers, requests, models, and repositories from configuration.
context/context
4 Downloads
Library that translates between application and model requests/responses
rohmadst/kodegenerator
24 Downloads
CRUD Generator (Migration, Controller, Repository, Model, Form Request) in single command for Laravel 5 above.
meius/laravel-filter
46 Downloads
A Laravel package for applying dynamic filters to Eloquent models based on request parameters.
chujc/laravel-generator
202 Downloads
Laravel, Lumen脚手架 按规则自动生成model文件以及controller,request文件
pwweb/artomator
429 Downloads
PWWEB Artomator
patienceman/filtan
2974 Downloads
Filtan is Laravel Http QueryFilter package designed to simplify and enhance the process of filtering queries by reading http queries. It enables developers to apply filters to queries and customize the results based on dynamic http parameters. By integrating Filtan into your Laravel project, you can build complex and flexible filtering mechanisms for your request effortlessly.
omalizadeh/laravel-query-filter
3044 Downloads
A laravel package for resource filtering via request query string
muhammedsalama/laravel-base
13 Downloads
Laravel module generator: one command scaffolds Model, Migration, Enum, Filter+Pagination, Interface, Repository, Service, Form Requests, API Resource, Policy, Controller (Swagger/OA), and Tests.
hirenmangukiya/autocrud
85 Downloads
Generate CRUD code for given database