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