arthedain/seo-field

A Laravel Nova field.

Maintainers

Details

github.com/arthedain/seo

Source

Issues

Installs: 214

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/arthedain/seo-field

0.0.3 2020-04-02 23:12 UTC

This package is auto-updated.

Last update: 2025-09-29 02:03:20 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)