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