laravel-seo maintained by yarmat
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.