File manager - Edit - /home/linknsbh/linkat.online/app/Http/Requests/Home/HomePageStoreRequest.php
Back
<?php namespace App\Http\Requests\Home; use Illuminate\Foundation\Http\FormRequest; class HomePageStoreRequest 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 [ 'lang_id' => 'required', ]; } public function messages(): array { return [ 'lang_id.required' => 'The language field is required', ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings