Laravel Nova icon Nova Packages
S

SeoDescription

Readme

Laravel Nova 4 SeoDescription

Inspired to Nova 4 SeoTitle, but as TextArea field.

Setup

First install with:

$ composer require murdercode/nova4-seo-description

then add it in your Nova class:

<?php

use Murdercode\SeoDescription\SeoDescription;

public function fields(NovaRequest $request)
{
          $seoDescription = SeoDescription::make(__('Preview'), 'preview')->rangeLength(120, 155)
            ->rules(['required', 'min:20'])
            ->hideFromIndex()
            ->help(__('The description of the article.'));

}

Enjoy! 🙃

Back to Top
Added 3 years ago
Last updated 3 Years Ago
Version v0.0.1
Composer
murdercode/nova4-seo-description
GitHub stars 1
Packagist downloads 2,842

Favorites

0 users favorited

Rating

0.00
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas