hexide-digital / seo
Package for easily managing SEO
Installs: 1 717
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ext-fileinfo: *
- astrotomic/laravel-translatable: ^11.1
- laravel/framework: ^8.0 || ^9.0 || ^10.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.31
- laravel/pint: ^1.10
- orchestra/testbench: ^8.4
- pestphp/pest: ^2.6
- pestphp/pest-plugin-laravel: ^2.0
- phpunit/phpunit: ^10.1
This package is auto-updated.
Last update: 2024-11-14 12:56:27 UTC
README
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: hello@hexide-digital.com
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.