arthedain/seo-field is a Laravel package for a laravel nova field..
It currently has 0 GitHub stars and 222 downloads on Packagist (latest version 0.0.3).
Install it with composer require arthedain/seo-field.
Discover more Laravel packages by arthedain
or browse all Laravel packages to compare alternatives.
Last updated
composer require arthedain/seo-field
php artisan vendor:publish --provider="Arthedain\SeoField\FieldServiceProvider" --tag="migration"
php artisan vendor:publish --provider="Arthedain\SeoField\FieldServiceProvider" --tag="model"
php artisan vendor:publish --provider="Arthedain\SeoField\FieldServiceProvider" --tag="nova-resource"
use Arthedain\SeoField\SeoField;
// in your resource
SeoField::make()
/* Enter your route name
* route must have parameter slug
->routeName(string)
/* Enter default value
->defaultValue(string)