Skip to content

3.8.0

Compare
Choose a tag to compare
@syamsoul syamsoul released this 29 Jul 23:08
· 6 commits to master since this release
5462dff

allow to cache 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