File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 1818 'postman ' => true ,
1919
2020 /*
21- * Fractal Transformer Config
22- *
23- * must install
24- * composer require league/fractal
25- *
26- * Available serializers:
27- * -League\Fractal\Serializer\ArraySerializer::class
28- * -League\Fractal\Serializer\DataArraySerializer::class
29- * -League\Fractal\Serializer\JsonApiSerializer::class
30- *
31- * null means no serializer
32- */
21+ * Fractal Transformer Config
22+ *
23+ * this is require https://github.com/thephpleague/fractal
24+ * composer require league/fractal
25+ *
26+ * If you are using custom serializer with league/fractal,
27+ * you can specify it here.
28+ *
29+ * Available serializers:
30+ * -League\Fractal\Serializer\ArraySerializer::class
31+ * -League\Fractal\Serializer\DataArraySerializer::class
32+ * -League\Fractal\Serializer\JsonApiSerializer::class
33+ *
34+ * default null means no serializer or just json return.
35+ */
3336 'fractal ' => [
3437 'serializer ' => null ,
3538 ],
You can’t perform that action at this time.
0 commit comments