🎉 feat(seo): add Laravel SEO package and create SEO migration for better site optimization.

This commit is contained in:
fsociety
2024-10-24 19:18:30 +02:00
parent 06c43501a0
commit 05773cb5b3
6 changed files with 313 additions and 5 deletions

153
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "84b5a6a420aba2ae3bf94bad89b46a41",
"content-hash": "bda4dccb94a2861dc6ff18410d22a5ec",
"packages": [
{
"name": "akuechler/laravel-geoly",
@@ -4966,6 +4966,157 @@
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "ralphjsmit/laravel-helpers",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://github.com/ralphjsmit/laravel-helpers.git",
"reference": "840b4979a92c7b676d25f56430823f12481f2914"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralphjsmit/laravel-helpers/zipball/840b4979a92c7b676d25f56430823f12481f2914",
"reference": "840b4979a92c7b676d25f56430823f12481f2914",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.4",
"illuminate/contracts": "^8.73|^9.0|^10.0|^11.0",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"livewire/livewire": "^2.9|^3.4",
"nesbot/carbon": "^2.66|^3.0",
"nunomaduro/collision": "^5.10|^6.1|^7.0|^8.0",
"orchestra/testbench": "^6.22|^7.0|^8.0|^9.0",
"pestphp/pest": "^1.21|^2.34",
"pestphp/pest-plugin-laravel": "^1.1|^2.3",
"phpunit/phpunit": "^9.5|^10.5",
"spatie/invade": "^1.0|^2.0",
"spatie/laravel-ray": "^1.26"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"RalphJSmit\\Helpers\\HelpersServiceProvider"
],
"aliases": {
"Helpers": "RalphJSmit\\Helpers\\Facades\\Helpers"
}
}
},
"autoload": {
"files": [
"src/Laravel/Support/helpers.php",
"src/helpers.php"
],
"psr-4": {
"RalphJSmit\\Helpers\\": "src",
"RalphJSmit\\Helpers\\Database\\Factories\\": "database/factories"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph J. Smit",
"email": "rjs@ralphjsmit.com",
"role": "Developer"
}
],
"description": "A package containing handy helpers for your Laravel-application.",
"homepage": "https://github.com/ralphjsmit/laravel-helpers",
"keywords": [
"laravel",
"laravel-helpers",
"ralphjsmit"
],
"support": {
"issues": "https://github.com/ralphjsmit/laravel-helpers/issues",
"source": "https://github.com/ralphjsmit/laravel-helpers/tree/1.9.0"
},
"time": "2024-03-14T08:30:30+00:00"
},
{
"name": "ralphjsmit/laravel-seo",
"version": "1.6.3",
"source": {
"type": "git",
"url": "https://github.com/ralphjsmit/laravel-seo.git",
"reference": "f22d0a2982f0d5162b57609b56537643d562b67d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralphjsmit/laravel-seo/zipball/f22d0a2982f0d5162b57609b56537643d562b67d",
"reference": "f22d0a2982f0d5162b57609b56537643d562b67d",
"shasum": ""
},
"require": {
"illuminate/contracts": "^9.0|^10.0|^11.0",
"php": "^8.0",
"ralphjsmit/laravel-helpers": "^1.9",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"laravel/pint": "^1.16",
"nesbot/carbon": "^2.66|^3.0",
"nunomaduro/collision": "^5.10|^6.0|^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"pestphp/pest": "^1.21|^2.0",
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
"phpunit/phpunit": "^9.5|^10.5",
"spatie/laravel-ray": "^1.26",
"spatie/pest-plugin-test-time": "^1.0|^2.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"RalphJSmit\\Laravel\\SEO\\LaravelSEOServiceProvider"
],
"aliases": {
"SEOManager": "RalphJSmit\\Laravel\\SEO\\Facades\\SEOManager"
}
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"RalphJSmit\\Laravel\\SEO\\": "src",
"RalphJSmit\\Laravel\\SEO\\Database\\Factories\\": "database/factories"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph J. Smit",
"email": "rjs@ralphjsmit.com",
"role": "Developer"
}
],
"description": "A package to handle the SEO in any Laravel application, big or small.",
"homepage": "https://github.com/ralphjsmit/laravel-seo",
"keywords": [
"laravel",
"laravel-seo",
"ralphjsmit"
],
"support": {
"issues": "https://github.com/ralphjsmit/laravel-seo/issues",
"source": "https://github.com/ralphjsmit/laravel-seo/tree/1.6.3"
},
"time": "2024-08-30T11:58:06+00:00"
},
{
"name": "ramsey/collection",
"version": "2.0.0",