Looking to hire Laravel developers? Try LaraJobs

laravel-seo maintained by yarmat

Description
Package for using seo fields. (Laravel, Eloquent)
Author
Last update
2019/01/20 07:10 (dev-master)
License
Links
Downloads
29
Tags

Comments
comments powered by Disqus

Laravel-seo

Package for using seo fields (Title, Description, Keywords) in your Eloquent Model.

Installing

You must publish the migration with:

After the migration has been published you can create seos-tables by running the migrations:

Usage

First, add the Yarmat\Seo\Traits\HasSeoTrait trait to your model(s):

A Seo fields can be added to your model:

A Seo fields can be deleted from your model:

Get the Seo fields

If you wont to use your own Model

You must publish the config with:

After publishing edit config file seo.php

Extend your model

License

The Laravel-seo is open-sourced software licensed under the MIT license.