File manager - Edit - /home/linknsbh/rassudr.online/app/Http/Requests/CouponRequest.php
Back
<?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class CouponRequest 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 */ public function rules() { return [ 'name' => 'required', 'code' => 'required', 'type' => 'required', 'value' => 'required|numeric', 'start_date' => 'required', 'end_date' => 'required', ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.5 |
proxy
|
phpinfo
|
Settings