Looking to hire Laravel developers? Try LaraJobs

laravel-resource-route-validator maintained by ashrafi

Description
manage resource route validation
Author
Last update
2017/08/18 11:59 (dev-master)
License
Links
Downloads
22

Comments
comments powered by Disqus

LaravelCrud

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