Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.15.10.50
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
vendor /
spatie /
laravel-fractal /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
Console
[ DIR ]
drwxr-xr-x
2021-02-02 18:21
Facades
[ DIR ]
drwxr-xr-x
2021-02-02 18:21
Fractal.php
3.78
KB
-rw-r--r--
2021-02-02 18:21
FractalFacade.php
335
B
-rw-r--r--
2021-02-02 18:21
FractalServiceProvider.php
1.56
KB
-rw-r--r--
2021-02-02 18:21
helpers.php
557
B
-rw-r--r--
2021-02-02 18:21
Save
Rename
<?php use Spatie\Fractal\Fractal; if (! function_exists('fractal')) { /** * @param null|mixed $data * @param null|callable|\League\Fractal\TransformerAbstract $transformer * @param null|\League\Fractal\Serializer\SerializerAbstract $serializer * * @return \Spatie\Fractal\Fractal */ function fractal($data = null, $transformer = null, $serializer = null) { $fractalClass = config('fractal.fractal_class') ?? Fractal::class; return $fractalClass::create($data, $transformer, $serializer); } }