File manager - Edit - /var/www/html/ciosp/api/app/Http/Requests/ServiceStationRequest.php
Back
<?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class ServiceStationRequest extends FormRequest { /** * Get the validation rules that apply to the request. * * @return array<string, mixed> */ public function rules() { return [ 'name' => 'required|min:3|max:255', 'address' => 'required|min:3|max:255', 'latitude' => 'required|min:3|max:255', 'longitude' => 'required|min:3|max:255', ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings