murdercode/seo-title
最新稳定版本:v0.0.3
Composer 安装命令:
composer require murdercode/seo-title
包简介
A Laravel Nova field.
README 文档
README
This is a text field (formerly called SeoTitle) which calculates a min/max length of your text and helps you to make it better for SEO.
Setup
First install with:
$ composer require murdercode/seo-title
then add it in your Nova class:
<?php use Murdercode\SeoTitle\SeoTitle; public function fields(NovaRequest $request) { SeoTitle::make(__('Title'), 'title') ->rangeLength(30, 60) ->hideIcon() // For hide the SEO icon ->rules('required', 'max:255', 'min:3'); }
Enjoy! 🙃
统计信息
- 总下载量: 3.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-14