Recommend this page to a friend! |
Classes of Thiago Przyczynski | > | Laravel JSON Request Validation | > | composer.json | > | Download |
|
|
![]() |
{ "name": "thiagoprz/laravel-enforce-json", "description": "Laravel JSON Enforcer Middleware", "type": "library", "autoload": { "classmap": [ "src/" ], "psr-4": { "Thiagoprz\\EnforceJson\\": "src" } }, "require": { "php": "^7.1.3" }, "license": "MIT", "authors": [ { "name": "Thiago Przyczynski", "email": "przyczynski@gmail.com" } ], "minimum-stability": "dev" } |