lotarbo/meta-tags

dev-master 2020-06-30 23:10 UTC

This package is auto-updated.

Last update: 2024-09-20 04:34:01 UTC


README

这是一个简单的包,用于操作SEO标签,如Open Graph

使用方法

MetaTags::title($title)
            ->description($description)
            ->url($url)
            ->image($src, $width, $height)
            ;

在模板的某个位置,例如在Blade中

{!! MetaTags::render() !!}