File manager - Edit - /home/linknsbh/proffy.online/app/Http/Requests/CreateLanguageRequest.php
Back
<?php namespace App\Http\Requests; use App\Models\Language; use Illuminate\Foundation\Http\FormRequest; class CreateLanguageRequest extends FormRequest { /** * Determine if the user is authorized to make this request. */ public function authorize(): bool { return true; } /** * Get the validation rules that apply to the request. * * @return array<string, mixed> */ public function rules(): array { return Language::$rules; } public function messages(): array { $messages['iso_code.required'] = 'The ISO Code field is required.'; $messages['iso_code.unique'] = __('messages.error.iso_code_unique'); return $messages; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings