ashrafi/laravel-resource-route-validator

manage resource route validation

v0.1 2017-08-18 09:59 UTC

This package is not auto-updated.

Last update: 2024-05-29 20:13:42 UTC


README

Handle Laravel post, put requests with validate dynamic rules

Requirements

php:>=5.5.9

Quick Installation

Begin by installing the package through Composer.

composer require ashrafi/laravel-resource-route-validator

Add service provider to config/app.php providers list

Ashrafi\ResourceRouteValidator\ServiceProvider::class,

call domain.com/ResourceRouteValidator/create route for test