Libraries tagged by request laravel
renepardon/laravel-code-generator
239 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
ralphmorris/laravel-query-filter
39 Downloads
A packages to help create filters to queries based on request parameters
raid/core-request
30 Downloads
Raid Core Request Package
rafflesargentina/l5-action-based-form-request
163 Downloads
Action Based FormRequest for Laravel 5
quangtam/laravel-wordpress-client
5 Downloads
A small client to request data from a wordpress project using the built-in JSON api.
probonolabs/laravel-api-generator
13 Downloads
Laravel command which rapidly creates single file controllers, requests and resources
priyankpatel/proxify-laravel
7 Downloads
Laravel 5 Proxy layer for OAuth2 API requests
pointybeard/laravel-filterable-model
2033 Downloads
Add filtering via http request query params to eloquent models
picklewagon/request-logger
16 Downloads
Add logging to your laravel and lumen applications.
overburn/http-request
429 Downloads
CURL wrapper for Laravel
oneslynx/rajaongkir-laravel
4 Downloads
Package untuk request API RajaOngkir, Support Starter, Basic, dan Pro. Untuk Laravel 5/6/7
oldtimeguitarguy/laravel-ajax-middleware
19 Downloads
Simple middleware to force ajax requests
okao/laravellogger
12 Downloads
This package logs all Http Requests Input and Output to a database
oguzcandemircan/laravel-unique-sluggable
55 Downloads
This package allows you to create unique slugs. It keeps all the slugs you define in the slugs table. It also satisfies all requests and directs it to the controller you define in your model.