File manager - Edit - /var/www/html/portal/app/Http/Requests/Cultura/Credenciamento/MusicoIntegranteRequest.php
Back
<?php namespace App\Http\Requests\Cultura\Credenciamento; use Illuminate\Foundation\Http\FormRequest; class MusicoIntegranteRequest extends FormRequest { public function authorize(): bool { return true; } public function rules(): array { return [ 'nome' => ['required','string','max:255'], 'funcao' => ['required','string','max:255'], 'cpf' => ['required','string','max:14'], 'arquivoCPF' => ['nullable','file','mimes:pdf,jpg,jpeg,png','mimetypes:application/pdf,image/jpeg,image/png','max:102400'], ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings