declare(strict_types = 1);
namespace RamosHenrique\Requests;
use Illuminate\Foundation\Http\FormRequest;
class ValidatingPayloadRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize(): bool
{
return true;
}
/**
* Get the validation rules that apply to the request.
*
* @return array
*/
public function rules(): array
{
return [
'jsonData' => [
'bail',
'
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.