arthedain/seo-field

A Laravel Nova field.

Maintainers

Package info

github.com/arthedain/seo

pkg:composer/arthedain/seo-field

Statistics

Installs: 214

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.3 2020-04-02 23:12 UTC

This package is auto-updated.

Last update: 2026-03-01 00:30:46 UTC


README

Installation

composer require arthedain/seo-field

Publish

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"

Resource

use Arthedain\SeoField\SeoField;
// in your resource 
SeoField::make()

Methods

/* Enter your route name
 * route must have parameter slug 
->routeName(string)

/* Enter default value
->defaultValue(string)