You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creation of such JSON at the present state requires multiple invocations of JsonLd::addValue().
It is better to create a shortcut for adding batch of values at once - JsonLd::addValues()
Q
A
This Package Version
0.15.0
Laravel Framework Version
5.8.31
PHP version
7.2
Operating system
*
The text was updated successfully, but these errors were encountered:
Working with JSON Linked Data usually means specification of the batch options.
For example:
Creation of such JSON at the present state requires multiple invocations of
JsonLd::addValue()
.It is better to create a shortcut for adding batch of values at once -
JsonLd::addValues()
The text was updated successfully, but these errors were encountered: