Skip to content

Commit

Permalink
batch support
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed Mar 5, 2021
1 parent b43bdf4 commit 9d138e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -1089,6 +1089,10 @@ The above example will add a header "X-Time-Taken" with the number of seconds th

You may use the "json" middleware to read/write JSON strings as JSON objects and arrays.

JSON strings are automatically detected when the "json" middleware is enabled.

You may limit the scanning of by specifying specific table and/or field names:

'json.tables' => 'products',
'json.columns' => 'properties',

Expand Down

0 comments on commit 9d138e1

Please sign in to comment.