Libraries tagged by Request Models
syrian-open-source/laravel-relational-metrics
8 Downloads
This package will help you to get your model metrics, and their related models' metrics which will help you to avoid writing to many requests or queries.
iafilin/eloquenthttpadapter
7 Downloads
EloquentHttpAdapter is a Laravel package that allows you to work with RESTful API data using an Eloquent-like syntax. This package makes it easy to perform HTTP requests and handle responses as if working with a standard Eloquent model.
kirillemko/yii2-request-model
82 Downloads
Request Model for Yii2
symfony-util/controller-using-templating-http-foundation-symfony-model
6 Downloads
Controllers which render a template and return a Response passing the Request to the Model
nabil12ful/store-data-requests
51 Downloads
Store data to DB by model from requests fields html form
vangrg/request-mapper-bundle
736 Downloads
This symfony bundle provides tools for mapping request data to your model object and validate it. Good for develop RESTful API's.
tecnocampos/dynamic-model-filter
3 Downloads
Apply request-based filters to Eloquent models in Laravel
rawveg/model-validation
48 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
pointybeard/laravel-filterable-model
2032 Downloads
Add filtering via http request query params to eloquent models
4geo35/request-form
7 Downloads
Model for manage visitor requests
laramore/requests
220 Downloads
Create a request for each of your Laramore model
aciddose/laravel-request-relationships
4047 Downloads
A model Trait for Laravel that let's you automatically load model's relationships by defining then in request parameters
symfony-util/controller-model-using-http-foundation
2168 Downloads
Model to be called in controller with Request as argument
mont4/laravelmaker
135 Downloads
php artisan make:all for Laravel with Make and generate Laravel 'Controller, Request, Model, Factory, Seed, Migration, Translation, Policy & Permissions' compatible.
afrazahmad/create-mvc
90 Downloads
Create Model, Controller, Request and Migration.