Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1016 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 1016 Bytes

Seo management

Package developed to make seo settings easier.

Requirements

This package requires PHP 8.1 and Laravel 8 or higher.

Installation

You can install this package via composer using:

composer require hexide-digital/seo

or manually add line to composer.json

{
  "require": {
    "hexide/seo": "^1.0"
  }
}

Optionally, publish config using artisan CLI (if you want to overwrite default config).

php artisan vendor:publish --provider="Hexide\Seo\SeoServiceProvider" --tag="config"

Usage

WIP

Can I hire you guys?

Yes! Say hi: [email protected]

We will be happy to work with you! Other work we’ve done

Follow us

Stay up to date with the latest news! Follow us on LinkedIn or Facebook

License

MIT license.