ashrafimanesh / laravel-resource-validator by ashrafimanesh

manage resource route validation
19
0
2
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-02-06 03:05:35
Package Statistics
Total Downloads: 19
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
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