Added failed jobs to admin panel

This commit is contained in:
Constantin Graf
2024-07-18 12:37:32 +02:00
committed by Constantin Graf
parent 055d93f7a3
commit 855db81104
5 changed files with 259 additions and 1 deletions

68
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": "cd6f3efa43ee6a6576c68bdb0b69a19e",
"content-hash": "398572ca3d095ca043c84e7dfb4f051a",
"packages": [
{
"name": "anourvalar/eloquent-serialize",
@@ -6287,6 +6287,72 @@
},
"time": "2024-03-05T20:51:40+00:00"
},
{
"name": "novadaemon/filament-pretty-json",
"version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/novadaemon/filament-pretty-json.git",
"reference": "b295957f240cf848ffd402d842e9db6e7b5346f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/novadaemon/filament-pretty-json/zipball/b295957f240cf848ffd402d842e9db6e7b5346f3",
"reference": "b295957f240cf848ffd402d842e9db6e7b5346f3",
"shasum": ""
},
"require": {
"filament/filament": "^3.0",
"filament/forms": "^3.0",
"illuminate/contracts": "^10.0|^11.0",
"php": "^8.1|^8.2",
"spatie/laravel-package-tools": "^1.15.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9|^8.1",
"phpstan/extension-installer": "^1.1"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Novadaemon\\FilamentPrettyJson\\FilamentPrettyJsonServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Novadaemon\\FilamentPrettyJson\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jesús García",
"email": "novadaemon@gmail.com"
}
],
"description": "Read-only field to show pretty json in your filamentphp forms",
"homepage": "https://github.com/novadaemon/filament-pretty-json",
"keywords": [
"Forms",
"field",
"filament",
"filament-pretty-json",
"json",
"laravel",
"novadaemon"
],
"support": {
"issues": "https://github.com/novadaemon/filament-pretty-json/issues",
"source": "https://github.com/novadaemon/filament-pretty-json"
},
"time": "2024-06-08T20:19:44+00:00"
},
{
"name": "nunomaduro/termwind",
"version": "v2.0.1",