Skip to content

arthedain/seo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arthedain/Seo-Field

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)