Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/app/Http/Requests/Admin/LiveaboardCabinDetailUpdateRequest.php
Назад
<?php namespace App\Http\Requests\Admin; use Illuminate\Foundation\Http\FormRequest; class LiveaboardCabinDetailUpdateRequest extends FormRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } /** * Get the validation rules that apply to the request. * * @return array<string, mixed> */ public function rules() { return [ 'description' => 'required|max:1000', 'discount_rate.*' => ['nullable', 'between:0,99.99'], ]; } public function messages() { return [ 'discount_rate.*.regex' => 'The discount rate must be a valid number with up to two decimal places.', ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка