Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Installation Instructions

$ composer require murdercode/seo-title

Readme

Laravel Nova 4 SeoTitle

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.

Alt Text

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! 🙃

Screenshots

Back to Top
Added 3 years ago
Last updated 1 Year Ago
Version v0.0.3
Composer
murdercode/seo-title
GitHub stars 2
Packagist downloads 3,761

Favorites

0 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
★
0 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas