Field not required (nullable) validation Laravel

PHOTO EMBED

Fri Jun 11 2021 20:36:55 GMT+0000 (Coordinated Universal Time)

Saved by @jeromew #laravel #php

$this->validate($request, [
	"field_nullable" => "nullable"
]
content_copyCOPY