Libraries tagged by Request Models
corazzi/eloquest
1114 Downloads
Eloquest provides a simple way to asbtract searching on Eloquent models based on request parameters
aunhurian/laravel-test-generator
39 Downloads
The package for generating tests for Laravel models, controllers, and requests.
adwiv/laravel-crud-daisyui
21 Downloads
Generate CRUD Model, Controller, Resource, Request and Views for Laravel with DaisyUI
adwiv/laravel-crud-adminlte
67 Downloads
Generate CRUD Model, Controller, Resource, Request and Views for Laravel
munza/eloquent-queryable
10 Downloads
a PHP package to automatically inject query rules in Eloquent model queries from request query parameters.
mhamed/spatie-activitylog-browse
1772 Downloads
Auto-log all models, enrich with request/device data, and browse activity logs via a web UI
jeremy379/search-extension
5 Downloads
Allow to search, order, sort and paginate quickly any request by extending Eloquent Model option
webvelopers/laravel-crud-generator
92 Downloads
Laravel CRUD Generator is a library, it implements a new command to create: model, migration, factory, seeder, request, controller(resources) and test files with operations, with aditional option to generate a full API Controller.
rstmgsnvimax/irisnet-ai-php-api-client
2 Downloads
Artificial Intelligence (AI) for image- and video-processing in real-time. This is an interactive documentation where you can quickly look up the endpoints and their schemas, while having the opportunity to try things out for yourself. In the list below, you can see the available endpoints of the API, which can be expanded by clicking on them. Each expanded endpoint lists the request parameters (if available) and the request body (if available). The request body can list some example bodies and the schema, explaining each model in detail. Additionally you'll find a 'Try it out' button that allows you to enter your custom parameters and custom body and execute that against the API. Be sure to enter your license key to authorize the requests before using this documentation interactively. The responses section in the expanded endpoint lists the possible responses with their corresponding status codes. If you've executed an API call it will also show you the response from the server. Underneath the endpoints you'll find the model schemas. These are the models used for the requests and responses. If you click on the right arrow, you can expand the model and get a description of the model and the model parameters. For nested models, you can keep clicking the right arrow for further details. Clicking the link below the title at the top of this page opens the [OpenAPI specification](https://swagger.io/specification/) (OAS3) in JSON format. The OAS3 Spec allows the generation of clients in many programming languages. There are several free client generators available that can be used to get started easily.
muhammedsalama/crudforge
4 Downloads
Generate production-ready Laravel CRUD modules using clean architecture — models, controllers, services, repositories, requests, resources, factories, tests, translations, and route snippets from a single Artisan command.
latevaweb/laravel-query-updater
1200 Downloads
Easily update Eloquent models from put API requests without losing data
glumbo/generator
1364 Downloads
Creating module with all related files such as model, view, controller, response, request, repository etc.
elngar/crud_generator
7 Downloads
helper to generate crud operations, model, relations, resource, form request, routes and more
basilisk/subresource
1 Downloads
allow to create and update a model and its related models in a single request
asif/crud_artisan
23 Downloads
This package is for generating crud related files with one artisan command like controllers,models,views,migrations and requests for formvalidation