ashrafimanesh / laravel-resource-validator by ashrafimanesh

manage resource route validation
20
0
1
Package Data
Maintainer Username: ashrafimanesh
Maintainer Contact: ashrafimanesh@gmail.com (ramin)
Package Create Date: 2017-08-18
Package Last Update: 2017-08-18
Language: PHP
License: MIT
Last Refreshed: 2025-04-29 15:05:52
Package Statistics
Total Downloads: 20
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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