Файловый менеджер - Редактировать - /home/easybachat/makranacity.com/app/Http/Requests/Shop/CouponStoreRequest.php
Ðазад
<?php namespace App\Http\Requests\Shop; use Illuminate\Foundation\Http\FormRequest; class CouponStoreRequest 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 [ 'name' => 'required', 'code' => 'required|unique:product_coupons', 'type' => 'required', 'value' => 'required|numeric', 'start_date' => 'required|date', 'end_date' => 'required|date', ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.29 |
proxy
|
phpinfo
|
ÐаÑтройка