Файловый менеджер - Редактировать - /home/clickysoft/public_html/assets.clickysoft.net/app/Http/Requests/UpdateStatusRequest.php
Назад
<?php namespace App\Http\Requests; use App\Models\Status; use Gate; use Illuminate\Foundation\Http\FormRequest; use Illuminate\Http\Response; class UpdateStatusRequest extends FormRequest { public function authorize() { return Gate::allows('status_edit'); } public function rules() { return [ 'name' => [ 'required', 'string', 'min:1', 'max:30', ], 'description' => [ 'nullable', 'max:255', ], ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка