https://github.com/murdercode/nova4-seotitle
https://github.com/murdercode/nova4-seotitle
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/murdercode/nova4-seotitle
- Owner: murdercode
- Created: 2022-04-14T17:20:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T16:47:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T08:18:23.845Z (about 1 year ago)
- Language: Vue
- Size: 84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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**.

## Setup
First install with:
```bash
$ composer require murdercode/seo-title
```
then add it in your Nova class:
```php
rangeLength(30, 60)
->hideIcon() // For hide the SEO icon
->rules('required', 'max:255', 'min:3');
}
```
Enjoy! 🙃