Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/app/Http/Resources/Admin/CategoryResource.php
Назад
<?php namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class CategoryResource extends JsonResource { public function toArray($request) { return [ "id" => $this->id, "name" => $this->name, "slug" => $this->slug, "show_in_navigation" => $this->show_in_navigation, "parent_name" => $this->parent->name ?? "", "parent_slug" => $this->parent->slug ?? "", "parent_id" => $this->parent_id, "status" => $this->status, 'featured_image' => $this->featured_image ? [ 'url' => $this->featured_image->url, 'thumbnail' => $this->featured_image->thumbnail, 'preview' => $this->featured_image->preview ] :[], ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка