Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/Modules/UniversalBundle/Modules/Recruit/Http/Requests/Front/StoreJobAlertRequest.php
Назад
<?php namespace Modules\Recruit\Http\Requests\Front; use App\Http\Requests\CoreRequest; class StoreJobAlertRequest extends CoreRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function rules() { $data = [ 'email' => 'email|required', 'job_category' => 'required', 'location' => 'required', 'work_experience' => 'required', 'job_type' => 'required', ]; return $data; } public function authorize() { return true; } public function messages() { return [ // ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка