An open API service indexing awesome lists of open source software.

https://github.com/murdercode/nova4-seodescription


https://github.com/murdercode/nova4-seodescription

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

# Laravel Nova 4 SeoDescription

Inspired to [Nova 4 SeoTitle](https://github.com/murdercode/Nova4-SeoTitle), but as TextArea field.

## Setup

First install with:
```bash
$ composer require murdercode/nova4-seo-description
```

then add it in your Nova class:
```php
rangeLength(120, 155)
->rules(['required', 'min:20'])
->hideFromIndex()
->help(__('The description of the article.'));

}
```

Enjoy! 🙃