We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
5462dff
allow to cache response()->json()
response()->json()
how to use:
response()->json($cache_timeout, $extended_cache_name);
for example response()->json(120); will cache response()->json() output for 120 seconds
response()->json(120);