lotarbo/meta-tags is a Laravel package for meta tags.
It currently has 0 GitHub stars and 8 downloads on Packagist.
Install it with composer require lotarbo/meta-tags.
Discover more Laravel packages by lotarbo
or browse all Laravel packages to compare alternatives.
Last updated
This is simple package to manipulate with SEO tags, like Open Graph
MetaTags::title($title)
->description($description)
->url($url)
->image($src, $width, $height)
;
Somewhere in template, example in Blade:
{!! MetaTags::render() !!}