File manager - Edit - /var/www/html/ciosp/api/app/Http/Requests/SeizureTermRequest.php
Back
<?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class SeizureTermRequest extends FormRequest { /** * Get the validation rules that apply to the request. * * @return array<string, mixed> */ public function rules() { return [ 'name' => 'min:3|max:255', 'doc' => 'string|min:11|max:14', 'general_register' => 'string', 'address' => 'string', 'complement' => 'string', 'zipcode' => 'string', 'hour' => 'required|string', 'date' => 'required|date', 'incident_id' => 'uuid', 'infraction_notice_id' => 'uuid', 'photo' => 'mimes:jpeg,png,jpg,gif', 'signature' => 'mimes:jpeg,png,jpg,gif', 'description' => 'text', ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings