GRid Rule
Validate Global Release Identifier (GRid)
180k Downloads / Month
Open Source MIT License
180k Downloads / Month
Open Source MIT License
Validate Global Release Identifier (GRid) in Laravel with Intervention Validation. Music industry standard.
public Intervention\Validation\Rules\Grid::__construct()
Checks for a valid Global Release Identifier (GRid).
none
use Illuminate\Support\Facades\Validator; use Intervention\Validation\Rules\Grid; $validator = Validator::make($request->all(), [ 'attribute-key' => new Grid(), ]);