laravel-json-ld maintained by webnuvola
Laravel json-ld
This package allows you to use the torann/json-ld package with Laravel.
Installation
You can install the package via composer:
composer require webnuvola/laravel-json-ld
Usage
Create a new json-ld entry
jsonld(string $context, array $data = [])
See torann/json-ld documentation
Output json-ld data to your view
{{ jsonld() }}
Testing
composer test
Credits
License
The MIT License (MIT). Please see License File for more information.