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