https://github.com/murdercode/nova4-seodescription
https://github.com/murdercode/nova4-seodescription
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/murdercode/nova4-seodescription
- Owner: murdercode
- Created: 2022-04-14T18:58:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T19:29:08.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T08:18:23.859Z (about 1 year ago)
- Language: Vue
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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! 🙃