Looking to hire Laravel developers? Try LaraJobs

laravel-json-ld maintained by webnuvola

Description
Laravel wrapper for torann/json-ld
Last update
2024/03/06 18:44 (dev-main)
License
Links
Downloads
11 479
Tags

Comments
comments powered by Disqus

Laravel json-ld

Latest Version on Packagist GitHub Tests Action Status Total Downloads

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.