integration vom Blog-plugin, hübschere webseite,

This commit is contained in:
Codex Agent
2025-09-26 17:41:17 +02:00
parent 492b9b9fd1
commit 6fc36ebaf4
31 changed files with 22823 additions and 96 deletions

339
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": "b0eebcaa1d38fb0a00e546fad7bdc991",
"content-hash": "a79b02d59d8ee7716beea2fc8442a905",
"packages": [
{
"name": "anourvalar/eloquent-serialize",
@@ -1386,6 +1386,43 @@
},
"time": "2025-09-04T14:12:50+00:00"
},
{
"name": "filament/spatie-laravel-tags-plugin",
"version": "v3.3.30",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/spatie-laravel-tags-plugin.git",
"reference": "7763c2bab92c619cdd9294c69004f89e136c0afc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filamentphp/spatie-laravel-tags-plugin/zipball/7763c2bab92c619cdd9294c69004f89e136c0afc",
"reference": "7763c2bab92c619cdd9294c69004f89e136c0afc",
"shasum": ""
},
"require": {
"illuminate/database": "^10.45|^11.0|^12.0",
"php": "^8.1",
"spatie/laravel-tags": "^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Filament\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Filament support for `spatie/laravel-tags`.",
"homepage": "https://github.com/filamentphp/filament",
"support": {
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"time": "2025-05-19T07:27:08+00:00"
},
{
"name": "filament/support",
"version": "v4.0.7",
@@ -5566,6 +5603,80 @@
},
"time": "2021-02-08T20:43:55+00:00"
},
{
"name": "spatie/eloquent-sortable",
"version": "4.5.2",
"source": {
"type": "git",
"url": "https://github.com/spatie/eloquent-sortable.git",
"reference": "c1c4f3a66cd41eb7458783c8a4c8e5d7924a9f20"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/c1c4f3a66cd41eb7458783c8a4c8e5d7924a9f20",
"reference": "c1c4f3a66cd41eb7458783c8a4c8e5d7924a9f20",
"shasum": ""
},
"require": {
"illuminate/database": "^9.31|^10.0|^11.0|^12.0",
"illuminate/support": "^9.31|^10.0|^11.0|^12.0",
"nesbot/carbon": "^2.63|^3.0",
"php": "^8.1",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
"phpunit/phpunit": "^9.5|^10.0|^11.5.3"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\EloquentSortable\\EloquentSortableServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\EloquentSortable\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be"
}
],
"description": "Sortable behaviour for eloquent models",
"homepage": "https://github.com/spatie/eloquent-sortable",
"keywords": [
"behaviour",
"eloquent",
"laravel",
"model",
"sort",
"sortable"
],
"support": {
"issues": "https://github.com/spatie/eloquent-sortable/issues",
"source": "https://github.com/spatie/eloquent-sortable/tree/4.5.2"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2025-08-25T11:46:57+00:00"
},
{
"name": "spatie/invade",
"version": "2.1.0",
@@ -5686,6 +5797,159 @@
],
"time": "2025-07-17T15:46:43+00:00"
},
{
"name": "spatie/laravel-tags",
"version": "4.10.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-tags.git",
"reference": "9fc59a9328e892bbb5b01c948b0d703e22d543ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-tags/zipball/9fc59a9328e892bbb5b01c948b0d703e22d543ec",
"reference": "9fc59a9328e892bbb5b01c948b0d703e22d543ec",
"shasum": ""
},
"require": {
"laravel/framework": "^10.0|^11.0|^12.0",
"nesbot/carbon": "^2.63|^3.0",
"php": "^8.1",
"spatie/eloquent-sortable": "^4.0",
"spatie/laravel-package-tools": "^1.4",
"spatie/laravel-translatable": "^6.0"
},
"require-dev": {
"orchestra/testbench": "^8.0|^9.0|^10.0",
"pestphp/pest": "^1.22|^2.0",
"phpunit/phpunit": "^9.5.2"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\Tags\\TagsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\Tags\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Add tags and taggable behaviour to your Laravel app",
"homepage": "https://github.com/spatie/laravel-tags",
"keywords": [
"laravel-tags",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-tags/issues",
"source": "https://github.com/spatie/laravel-tags/tree/4.10.0"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2025-03-08T07:49:06+00:00"
},
{
"name": "spatie/laravel-translatable",
"version": "6.11.4",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-translatable.git",
"reference": "032d85b28de315310dab2048b857016f1194f68b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-translatable/zipball/032d85b28de315310dab2048b857016f1194f68b",
"reference": "032d85b28de315310dab2048b857016f1194f68b",
"shasum": ""
},
"require": {
"illuminate/database": "^10.0|^11.0|^12.0",
"illuminate/support": "^10.0|^11.0|^12.0",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
"pestphp/pest": "^1.20|^2.0|^3.0"
},
"type": "library",
"extra": {
"aliases": {
"Translatable": "Spatie\\Translatable\\Facades\\Translatable"
},
"laravel": {
"providers": [
"Spatie\\Translatable\\TranslatableServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\Translatable\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "A trait to make an Eloquent model hold translations",
"homepage": "https://github.com/spatie/laravel-translatable",
"keywords": [
"eloquent",
"i8n",
"laravel-translatable",
"model",
"multilingual",
"spatie",
"translate"
],
"support": {
"issues": "https://github.com/spatie/laravel-translatable/issues",
"source": "https://github.com/spatie/laravel-translatable/tree/6.11.4"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2025-02-20T15:51:22+00:00"
},
{
"name": "spatie/shiki-php",
"version": "2.3.2",
@@ -5751,6 +6015,79 @@
],
"time": "2025-02-21T14:16:57+00:00"
},
{
"name": "stephenjude/filament-blog",
"version": "4.2.1",
"source": {
"type": "git",
"url": "https://github.com/stephenjude/filament-blog.git",
"reference": "040414004f876e880889e8d1646de219d85365bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stephenjude/filament-blog/zipball/040414004f876e880889e8d1646de219d85365bc",
"reference": "040414004f876e880889e8d1646de219d85365bc",
"shasum": ""
},
"require": {
"filament/filament": "^4.0",
"filament/spatie-laravel-tags-plugin": "^v3.0",
"php": "^8.3",
"spatie/laravel-package-tools": "^1.16.1"
},
"require-dev": {
"laravel/pint": "^1.13.1",
"nunomaduro/collision": "^7.8.1|^8.0",
"orchestra/testbench": "^9.0|^10.0",
"pestphp/pest": "^2.18.2|^3.7",
"pestphp/pest-plugin-arch": "^2.3.3|^3.0",
"pestphp/pest-plugin-laravel": "^2.2|^3.1",
"pestphp/pest-plugin-livewire": "^2.1|^3.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Stephenjude\\FilamentBlog\\BlogServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Stephenjude\\FilamentBlog\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "stephenjude",
"email": "stephenjudesuccess@gmail.com",
"role": "Developer"
}
],
"description": "Filament Blog Builder",
"homepage": "https://github.com/stephenjude/filament-blog",
"keywords": [
"blog",
"filament-blog",
"laravel",
"stephenjude"
],
"support": {
"issues": "https://github.com/stephenjude/filament-blog/issues",
"source": "https://github.com/stephenjude/filament-blog/tree/4.2.1"
},
"funding": [
{
"url": "https://github.com/stephenjude",
"type": "github"
}
],
"time": "2025-09-08T07:49:43+00:00"
},
{
"name": "stripe/stripe-php",
"version": "v17.6.0",