jasminecms/seo
最新稳定版本:2.3.0
Composer 安装命令:
composer require jasminecms/seo
包简介
SEO package for Jasmine
README 文档
README
SEO package for Jasmine
Installation
composer require jasminecms/seo
then run
php artisan migrate
In your Page or breadable add the Seoable trait.
use Seoable;
In your fieldsManifest add
public static function fieldsManifest(): FieldsManifest { return new FieldsManifest([ 'col-md-4' => \JasmineSeo::fieldsBox() + [], ]); }
Before you return your view call
JasmineSeo::build($seoableModel);
In your blade in the head section call
{!! JasmineSeo::generate() !!}
统计信息
- 总下载量: 3.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-10-06