Download the PHP package tomlerendu/laravel-convert-case-middleware without Composer
On this page you can find all versions of the php package tomlerendu/laravel-convert-case-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tomlerendu/laravel-convert-case-middleware
More information about tomlerendu/laravel-convert-case-middleware
Files in tomlerendu/laravel-convert-case-middleware
Download tomlerendu/laravel-convert-case-middleware
More information about tomlerendu/laravel-convert-case-middleware
Files in tomlerendu/laravel-convert-case-middleware
Vendor tomlerendu
Package laravel-convert-case-middleware
Short Description Convert request and response keys to and from camel and snake case.
License MIT
Package laravel-convert-case-middleware
Short Description Convert request and response keys to and from camel and snake case.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-convert-case-middleware
Laravel Convert Case Middleware
Convert requests from camel case to snake case. Convert responses from snake case to camel case.
Why?
Its convention to work with camel case in Javascript and snake case in PHP.
Requirements
Laravel 5.2+
Installation
composer require tomlerendu/laravel-convert-case-middleware
- Add the middleware to the appropriate group in
App\Http\Kernel.php
. For example
All versions of laravel-convert-case-middleware with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0|^8.1|^8.2
laravel/framework Version ^5.2|^6.0|^7.0|^8.0|^9.0|^10
ext-json Version *
laravel/framework Version ^5.2|^6.0|^7.0|^8.0|^9.0|^10
ext-json Version *
The package tomlerendu/laravel-convert-case-middleware contains the following files
Loading the files please wait ....