laravel-resource-route-validator maintained by ashrafi
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