ashrafi/laravel-resource-route-validator
manage resource route validation
22
| Install | |
|---|---|
composer require ashrafi/laravel-resource-route-validator |
|
| Latest Version: | v0.1 |
| PHP: | >=5.5.9 |
| License: | MIT |
| Last Updated: | Aug 18, 2017 |
| Links: | GitHub · Packagist |
Maintainer: ashrafimanesh
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