add logout btns

This commit is contained in:
HolgerHatGarKeineNode
2023-02-10 15:47:15 +01:00
parent 5a2da1ebc7
commit 0f55431795
11 changed files with 161 additions and 116 deletions

216
composer.lock generated
View File

@@ -421,22 +421,22 @@
}, },
{ {
"name": "brick/money", "name": "brick/money",
"version": "0.7.1", "version": "0.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/brick/money.git", "url": "https://github.com/brick/money.git",
"reference": "933b375c4cd31c9b5c34b2c8eaaafa2d43ea8f45" "reference": "b530ab64d7f85fdfd5858cde8c57f2f587c8aab8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/brick/money/zipball/933b375c4cd31c9b5c34b2c8eaaafa2d43ea8f45", "url": "https://api.github.com/repos/brick/money/zipball/b530ab64d7f85fdfd5858cde8c57f2f587c8aab8",
"reference": "933b375c4cd31c9b5c34b2c8eaaafa2d43ea8f45", "reference": "b530ab64d7f85fdfd5858cde8c57f2f587c8aab8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"brick/math": "~0.10.1 || ~0.11.0", "brick/math": "~0.10.1 || ~0.11.0",
"ext-json": "*", "ext-json": "*",
"php": "^7.4 || ^8.0" "php": "^8.0"
}, },
"require-dev": { "require-dev": {
"brick/varexporter": "~0.3.0", "brick/varexporter": "~0.3.0",
@@ -467,7 +467,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/brick/money/issues", "issues": "https://github.com/brick/money/issues",
"source": "https://github.com/brick/money/tree/0.7.1" "source": "https://github.com/brick/money/tree/0.8.0"
}, },
"funding": [ "funding": [
{ {
@@ -475,7 +475,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-01-15T23:31:13+00:00" "time": "2023-01-15T23:59:01+00:00"
}, },
{ {
"name": "clue/stream-filter", "name": "clue/stream-filter",
@@ -760,16 +760,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "3.5.4", "version": "3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "e0021572bcb343e6fa51bbed8280392c863e1750" "reference": "85b98cb23c8af471a67abfe14485da696bcabc2e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/e0021572bcb343e6fa51bbed8280392c863e1750", "url": "https://api.github.com/repos/doctrine/dbal/zipball/85b98cb23c8af471a67abfe14485da696bcabc2e",
"reference": "e0021572bcb343e6fa51bbed8280392c863e1750", "reference": "85b98cb23c8af471a67abfe14485da696bcabc2e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -852,7 +852,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.5.4" "source": "https://github.com/doctrine/dbal/tree/3.6.0"
}, },
"funding": [ "funding": [
{ {
@@ -868,7 +868,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-02-07T19:48:47+00:00" "time": "2023-02-07T22:52:03+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
@@ -3188,23 +3188,23 @@
}, },
{ {
"name": "laravel/nova", "name": "laravel/nova",
"version": "4.21.0", "version": "4.22.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:laravel/nova.git", "url": "git@github.com:laravel/nova.git",
"reference": "a02591557c74539ef5e4f0f7978e15c5203d001c" "reference": "eb105414c6dedc3fda8e9ca62bdbe99dec80cd31"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://nova.laravel.com/dist/laravel/nova/laravel-nova-a02591557c74539ef5e4f0f7978e15c5203d001c-zip-9d0312.zip", "url": "https://nova.laravel.com/dist/laravel/nova/laravel-nova-eb105414c6dedc3fda8e9ca62bdbe99dec80cd31-zip-668949.zip",
"reference": "a02591557c74539ef5e4f0f7978e15c5203d001c", "reference": "eb105414c6dedc3fda8e9ca62bdbe99dec80cd31",
"shasum": "8bd61338117a5b86bd4c703bfd335096a6923bcc" "shasum": "2557303a3883136630a205c5ad858a7950515333"
}, },
"require": { "require": {
"brick/money": "^0.5.0|^0.6.0|^0.7.0", "brick/money": "^0.5.0|^0.6.0|^0.7.0|^0.8.0",
"doctrine/dbal": "^2.13.3|^3.1.2", "doctrine/dbal": "^2.13.3|^3.1.2",
"ext-json": "*", "ext-json": "*",
"illuminate/support": "^8.83.4|^9.3.1", "illuminate/support": "^8.83.4|^9.3.1|^10.0",
"inertiajs/inertia-laravel": "^0.4.5|^0.5.2|^0.6.0", "inertiajs/inertia-laravel": "^0.4.5|^0.5.2|^0.6.0",
"laravel/ui": "^3.3|^4.0", "laravel/ui": "^3.3|^4.0",
"nesbot/carbon": "^2.53.1", "nesbot/carbon": "^2.53.1",
@@ -3217,13 +3217,14 @@
"symfony/process": "^5.4|^6.0" "symfony/process": "^5.4|^6.0"
}, },
"require-dev": { "require-dev": {
"laravel/nova-dusk-suite": "8.4.x-dev|9.4.x-dev", "laravel/framework": "10.x-dev",
"laravel/pint": "^1.0", "laravel/nova-dusk-suite": "8.4.x-dev|9.4.x-dev|10.4.x-dev",
"laravel/scout": "^9.4", "laravel/pint": "^1.4",
"laravel/scout": "^9.8",
"mockery/mockery": "^1.4.4", "mockery/mockery": "^1.4.4",
"nunomaduro/larastan": "^1.0.1|^2.0", "nunomaduro/larastan": "^1.0.1|^2.4",
"orchestra/testbench-dusk": "^6.24|^7.0", "orchestra/testbench-dusk": "^6.24|^7.0|^8.0",
"phpunit/phpunit": "^9.5.10", "phpunit/phpunit": "^9.5.27",
"predis/predis": "^1.1.9|^2.0" "predis/predis": "^1.1.9|^2.0"
}, },
"suggest": { "suggest": {
@@ -3261,12 +3262,10 @@
"./vendor/bin/testbench-dusk package:discover" "./vendor/bin/testbench-dusk package:discover"
], ],
"dusk:dev-assets": [ "dusk:dev-assets": [
"npm ci",
"TAILWIND_MODE=build npm run dev", "TAILWIND_MODE=build npm run dev",
"./vendor/bin/testbench-dusk nova:publish --force" "./vendor/bin/testbench-dusk nova:publish --force"
], ],
"dusk:assets": [ "dusk:assets": [
"npm ci",
"TAILWIND_MODE=build npm run prod", "TAILWIND_MODE=build npm run prod",
"./vendor/bin/testbench-dusk nova:publish --force" "./vendor/bin/testbench-dusk nova:publish --force"
], ],
@@ -3293,9 +3292,9 @@
"laravel" "laravel"
], ],
"support": { "support": {
"source": "https://github.com/laravel/nova/tree/v4.21.0" "source": "https://github.com/laravel/nova/tree/v4.22.0"
}, },
"time": "2023-01-17T18:38:30+00:00" "time": "2023-02-08T20:59:46+00:00"
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
@@ -5093,24 +5092,24 @@
}, },
{ {
"name": "nova-kit/nova-packages-tool", "name": "nova-kit/nova-packages-tool",
"version": "v1.6.4", "version": "v1.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nova-kit/nova-packages-tool.git", "url": "https://github.com/nova-kit/nova-packages-tool.git",
"reference": "680813f134ba90e9bc6a20f255a6e3aa71e7f68e" "reference": "8d57d348f3779d66a36cfc6c5316e31877a9e781"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nova-kit/nova-packages-tool/zipball/680813f134ba90e9bc6a20f255a6e3aa71e7f68e", "url": "https://api.github.com/repos/nova-kit/nova-packages-tool/zipball/8d57d348f3779d66a36cfc6c5316e31877a9e781",
"reference": "680813f134ba90e9bc6a20f255a6e3aa71e7f68e", "reference": "8d57d348f3779d66a36cfc6c5316e31877a9e781",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laravel/nova": ">=4.19.0 <4.22.0", "laravel/nova": ">=4.22.0 <4.23.0",
"php": "^7.3 || ^8.0" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^6.24 || ^7.0" "orchestra/testbench": "^6.24 || ^7.0 || ^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -5137,9 +5136,9 @@
], ],
"description": "Tool for Laravel Nova Packages Development", "description": "Tool for Laravel Nova Packages Development",
"support": { "support": {
"source": "https://github.com/nova-kit/nova-packages-tool/tree/v1.6.4" "source": "https://github.com/nova-kit/nova-packages-tool/tree/v1.7.0"
}, },
"time": "2023-01-17T22:08:52+00:00" "time": "2023-02-08T22:02:49+00:00"
}, },
{ {
"name": "nova/start", "name": "nova/start",
@@ -5179,16 +5178,16 @@
}, },
{ {
"name": "nunomaduro/termwind", "name": "nunomaduro/termwind",
"version": "v1.15.0", "version": "v1.15.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/termwind.git", "url": "https://github.com/nunomaduro/termwind.git",
"reference": "594ab862396c16ead000de0c3c38f4a5cbe1938d" "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/594ab862396c16ead000de0c3c38f4a5cbe1938d", "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
"reference": "594ab862396c16ead000de0c3c38f4a5cbe1938d", "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5245,7 +5244,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/nunomaduro/termwind/issues", "issues": "https://github.com/nunomaduro/termwind/issues",
"source": "https://github.com/nunomaduro/termwind/tree/v1.15.0" "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
}, },
"funding": [ "funding": [
{ {
@@ -5261,7 +5260,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-12-20T19:00:15+00:00" "time": "2023-02-08T01:06:31+00:00"
}, },
{ {
"name": "nyholm/psr7", "name": "nyholm/psr7",
@@ -7351,16 +7350,16 @@
}, },
{ {
"name": "rap2hpoutre/fast-excel", "name": "rap2hpoutre/fast-excel",
"version": "v5.1.0", "version": "v5.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rap2hpoutre/fast-excel.git", "url": "https://github.com/rap2hpoutre/fast-excel.git",
"reference": "e0a499c4b7942a54fd91d0e1576693b412bd48e0" "reference": "05bc956fa6121b239c98960ea9b551116f20b058"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rap2hpoutre/fast-excel/zipball/e0a499c4b7942a54fd91d0e1576693b412bd48e0", "url": "https://api.github.com/repos/rap2hpoutre/fast-excel/zipball/05bc956fa6121b239c98960ea9b551116f20b058",
"reference": "e0a499c4b7942a54fd91d0e1576693b412bd48e0", "reference": "05bc956fa6121b239c98960ea9b551116f20b058",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -7409,7 +7408,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rap2hpoutre/fast-excel/issues", "issues": "https://github.com/rap2hpoutre/fast-excel/issues",
"source": "https://github.com/rap2hpoutre/fast-excel/tree/v5.1.0" "source": "https://github.com/rap2hpoutre/fast-excel/tree/v5.1.1"
}, },
"funding": [ "funding": [
{ {
@@ -7417,7 +7416,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-02-02T19:26:50+00:00" "time": "2023-02-09T15:13:18+00:00"
}, },
{ {
"name": "rappasoft/laravel-livewire-tables", "name": "rappasoft/laravel-livewire-tables",
@@ -7549,16 +7548,16 @@
}, },
{ {
"name": "sentry/sentry", "name": "sentry/sentry",
"version": "3.13.0", "version": "3.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getsentry/sentry-php.git", "url": "https://github.com/getsentry/sentry-php.git",
"reference": "a046ff5a37f5a0a0c285a6543dc17a7fc93b47f8" "reference": "71c86fe4699a7f1a40c7d985f3dc7667045152f0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/a046ff5a37f5a0a0c285a6543dc17a7fc93b47f8", "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/71c86fe4699a7f1a40c7d985f3dc7667045152f0",
"reference": "a046ff5a37f5a0a0c285a6543dc17a7fc93b47f8", "reference": "71c86fe4699a7f1a40c7d985f3dc7667045152f0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -7570,7 +7569,7 @@
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"php-http/async-client-implementation": "^1.0", "php-http/async-client-implementation": "^1.0",
"php-http/client-common": "^1.5|^2.0", "php-http/client-common": "^1.5|^2.0",
"php-http/discovery": "^1.11", "php-http/discovery": "^1.11, <1.15",
"php-http/httplug": "^1.1|^2.0", "php-http/httplug": "^1.1|^2.0",
"php-http/message": "^1.5", "php-http/message": "^1.5",
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
@@ -7637,7 +7636,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/getsentry/sentry-php/issues", "issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/3.13.0" "source": "https://github.com/getsentry/sentry-php/tree/3.13.1"
}, },
"funding": [ "funding": [
{ {
@@ -7649,7 +7648,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2023-02-03T10:03:13+00:00" "time": "2023-02-10T10:17:57+00:00"
}, },
{ {
"name": "sentry/sentry-laravel", "name": "sentry/sentry-laravel",
@@ -9018,16 +9017,16 @@
}, },
{ {
"name": "spatie/laravel-options", "name": "spatie/laravel-options",
"version": "1.0.4", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-options.git", "url": "https://github.com/spatie/laravel-options.git",
"reference": "bc557d91ba55a9e5a69f8f630715d63aa56ad9b2" "reference": "5bed29084853dd97355ea055c017c27614900b2c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-options/zipball/bc557d91ba55a9e5a69f8f630715d63aa56ad9b2", "url": "https://api.github.com/repos/spatie/laravel-options/zipball/5bed29084853dd97355ea055c017c27614900b2c",
"reference": "bc557d91ba55a9e5a69f8f630715d63aa56ad9b2", "reference": "5bed29084853dd97355ea055c017c27614900b2c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9084,9 +9083,9 @@
"spatie" "spatie"
], ],
"support": { "support": {
"source": "https://github.com/spatie/laravel-options/tree/1.0.4" "source": "https://github.com/spatie/laravel-options/tree/1.1.0"
}, },
"time": "2023-02-02T08:15:11+00:00" "time": "2023-02-09T15:07:29+00:00"
}, },
{ {
"name": "spatie/laravel-package-tools", "name": "spatie/laravel-package-tools",
@@ -9705,16 +9704,16 @@
}, },
{ {
"name": "spatie/ray", "name": "spatie/ray",
"version": "1.36.0", "version": "1.36.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/ray.git", "url": "https://github.com/spatie/ray.git",
"reference": "4a4def8cda4806218341b8204c98375aa8c34323" "reference": "71dfde21900447ab37698fc07ff28b7f1e1822b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/ray/zipball/4a4def8cda4806218341b8204c98375aa8c34323", "url": "https://api.github.com/repos/spatie/ray/zipball/71dfde21900447ab37698fc07ff28b7f1e1822b8",
"reference": "4a4def8cda4806218341b8204c98375aa8c34323", "reference": "71dfde21900447ab37698fc07ff28b7f1e1822b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9729,7 +9728,8 @@
}, },
"require-dev": { "require-dev": {
"illuminate/support": "6.x|^8.18|^9.0", "illuminate/support": "6.x|^8.18|^9.0",
"nesbot/carbon": "^2.43", "nesbot/carbon": "^2.63",
"pestphp/pest": "^1.22",
"phpstan/phpstan": "^0.12.92", "phpstan/phpstan": "^0.12.92",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2", "spatie/phpunit-snapshot-assertions": "^4.2",
@@ -9764,7 +9764,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/ray/issues", "issues": "https://github.com/spatie/ray/issues",
"source": "https://github.com/spatie/ray/tree/1.36.0" "source": "https://github.com/spatie/ray/tree/1.36.2"
}, },
"funding": [ "funding": [
{ {
@@ -9776,7 +9776,7 @@
"type": "other" "type": "other"
} }
], ],
"time": "2022-08-11T14:04:18+00:00" "time": "2023-02-10T09:24:13+00:00"
}, },
{ {
"name": "spatie/shiki-php", "name": "spatie/shiki-php",
@@ -9904,16 +9904,16 @@
}, },
{ {
"name": "staudenmeir/eloquent-has-many-deep", "name": "staudenmeir/eloquent-has-many-deep",
"version": "v1.17", "version": "v1.17.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/staudenmeir/eloquent-has-many-deep.git", "url": "https://github.com/staudenmeir/eloquent-has-many-deep.git",
"reference": "435ce579703ac387ecd97caf98502bd511d735f6" "reference": "c5fc741d51af5094c625c9fc75ef71ba296dc7b1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/staudenmeir/eloquent-has-many-deep/zipball/435ce579703ac387ecd97caf98502bd511d735f6", "url": "https://api.github.com/repos/staudenmeir/eloquent-has-many-deep/zipball/c5fc741d51af5094c625c9fc75ef71ba296dc7b1",
"reference": "435ce579703ac387ecd97caf98502bd511d735f6", "reference": "c5fc741d51af5094c625c9fc75ef71ba296dc7b1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9924,9 +9924,12 @@
"require-dev": { "require-dev": {
"awobaz/compoships": "^2.1", "awobaz/compoships": "^2.1",
"illuminate/pagination": "^9.0", "illuminate/pagination": "^9.0",
"korridor/laravel-has-many-merged": "^0.0.3",
"nesbot/carbon": "^2.62.1", "nesbot/carbon": "^2.62.1",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
"staudenmeir/eloquent-eager-limit": "^1.7" "staudenmeir/eloquent-eager-limit": "^1.7",
"staudenmeir/eloquent-json-relations": "^1.7",
"staudenmeir/laravel-adjacency-list": "^1.12"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -9947,7 +9950,7 @@
"description": "Laravel Eloquent HasManyThrough relationships with unlimited levels", "description": "Laravel Eloquent HasManyThrough relationships with unlimited levels",
"support": { "support": {
"issues": "https://github.com/staudenmeir/eloquent-has-many-deep/issues", "issues": "https://github.com/staudenmeir/eloquent-has-many-deep/issues",
"source": "https://github.com/staudenmeir/eloquent-has-many-deep/tree/v1.17" "source": "https://github.com/staudenmeir/eloquent-has-many-deep/tree/v1.17.1"
}, },
"funding": [ "funding": [
{ {
@@ -9955,7 +9958,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2022-11-16T07:09:47+00:00" "time": "2023-02-07T20:48:26+00:00"
}, },
{ {
"name": "staudenmeir/eloquent-has-many-deep-contracts", "name": "staudenmeir/eloquent-has-many-deep-contracts",
@@ -14064,16 +14067,16 @@
}, },
{ {
"name": "fidum/laravel-blueprint-pestphp-addon", "name": "fidum/laravel-blueprint-pestphp-addon",
"version": "2.2.3", "version": "2.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fidum/laravel-blueprint-pestphp-addon.git", "url": "https://github.com/fidum/laravel-blueprint-pestphp-addon.git",
"reference": "b66446846a98aa8bb40c1927c4bd53ba5811a7cd" "reference": "87d4ce84aa4364d745f961a767454178cd30e254"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fidum/laravel-blueprint-pestphp-addon/zipball/b66446846a98aa8bb40c1927c4bd53ba5811a7cd", "url": "https://api.github.com/repos/fidum/laravel-blueprint-pestphp-addon/zipball/87d4ce84aa4364d745f961a767454178cd30e254",
"reference": "b66446846a98aa8bb40c1927c4bd53ba5811a7cd", "reference": "87d4ce84aa4364d745f961a767454178cd30e254",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14082,11 +14085,12 @@
"php": "^8.0" "php": "^8.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.4.4", "mockery/mockery": "^1.5.1",
"orchestra/testbench": "^7.0", "orchestra/testbench": "^7.22",
"pestphp/pest": "^1.21.1", "pestphp/pest": "^1.22.4",
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.6.3",
"vimeo/psalm": "^4.0" "spatie/pest-plugin-snapshots": "^1.1",
"vimeo/psalm": "^4.30"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -14125,7 +14129,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/fidum/laravel-blueprint-pestphp-addon/issues", "issues": "https://github.com/fidum/laravel-blueprint-pestphp-addon/issues",
"source": "https://github.com/fidum/laravel-blueprint-pestphp-addon/tree/2.2.3" "source": "https://github.com/fidum/laravel-blueprint-pestphp-addon/tree/2.2.4"
}, },
"funding": [ "funding": [
{ {
@@ -14133,7 +14137,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-02-26T17:49:27+00:00" "time": "2023-02-10T01:15:26+00:00"
}, },
{ {
"name": "filp/whoops", "name": "filp/whoops",
@@ -14464,16 +14468,16 @@
}, },
{ {
"name": "laravel-lang/lang", "name": "laravel-lang/lang",
"version": "12.15.0", "version": "12.15.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Laravel-Lang/lang.git", "url": "https://github.com/Laravel-Lang/lang.git",
"reference": "be6eea3ac215d525269ed82647caa983bdccab5b" "reference": "70cb5db65ad0d1dc641c7534b620b137684c3f49"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/be6eea3ac215d525269ed82647caa983bdccab5b", "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/70cb5db65ad0d1dc641c7534b620b137684c3f49",
"reference": "be6eea3ac215d525269ed82647caa983bdccab5b", "reference": "70cb5db65ad0d1dc641c7534b620b137684c3f49",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14535,20 +14539,20 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2023-02-03T18:11:16+00:00" "time": "2023-02-08T21:07:50+00:00"
}, },
{ {
"name": "laravel-lang/publisher", "name": "laravel-lang/publisher",
"version": "v14.5.0", "version": "v14.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Laravel-Lang/publisher.git", "url": "https://github.com/Laravel-Lang/publisher.git",
"reference": "2c1a74fe5f8f76a2d2b7802076a7c35a3f89fcf4" "reference": "56bc9e7e2d2593ac95d5518a25085c34f8113b11"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Laravel-Lang/publisher/zipball/2c1a74fe5f8f76a2d2b7802076a7c35a3f89fcf4", "url": "https://api.github.com/repos/Laravel-Lang/publisher/zipball/56bc9e7e2d2593ac95d5518a25085c34f8113b11",
"reference": "2c1a74fe5f8f76a2d2b7802076a7c35a3f89fcf4", "reference": "56bc9e7e2d2593ac95d5518a25085c34f8113b11",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14557,8 +14561,8 @@
"dragon-code/pretty-array": "^4.0", "dragon-code/pretty-array": "^4.0",
"dragon-code/support": "^6.3", "dragon-code/support": "^6.3",
"ext-json": "*", "ext-json": "*",
"illuminate/console": "^8.79 || ^9.18", "illuminate/console": "^8.79 || ^9.18 || ^10.0",
"illuminate/support": "^8.79 || ^9.18", "illuminate/support": "^8.79 || ^9.18 || ^10.0",
"league/commonmark": "^2.3", "league/commonmark": "^2.3",
"league/config": "^1.2", "league/config": "^1.2",
"php": "^8.1" "php": "^8.1"
@@ -14570,7 +14574,7 @@
}, },
"require-dev": { "require-dev": {
"laravel-lang/json-fallback-hotfix": "^1.0", "laravel-lang/json-fallback-hotfix": "^1.0",
"orchestra/testbench": "^6.0 || ^7.0", "orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
"phpstan/phpstan": "^1.8", "phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9.4", "phpunit/phpunit": "^9.4",
"symfony/var-dumper": "^5.0 || ^6.0" "symfony/var-dumper": "^5.0 || ^6.0"
@@ -14643,7 +14647,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2023-01-10T19:26:44+00:00" "time": "2023-02-10T08:21:43+00:00"
}, },
{ {
"name": "laravel-shift/blueprint", "name": "laravel-shift/blueprint",
@@ -14811,16 +14815,16 @@
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.20.0", "version": "v1.20.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "65dc0556d5809f47f7c39267df4e93f3cc59c512" "reference": "4b85dbfa3dceeaf7227e3029707562fd60297e86"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/65dc0556d5809f47f7c39267df4e93f3cc59c512", "url": "https://api.github.com/repos/laravel/sail/zipball/4b85dbfa3dceeaf7227e3029707562fd60297e86",
"reference": "65dc0556d5809f47f7c39267df4e93f3cc59c512", "reference": "4b85dbfa3dceeaf7227e3029707562fd60297e86",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14868,7 +14872,7 @@
"issues": "https://github.com/laravel/sail/issues", "issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail" "source": "https://github.com/laravel/sail"
}, },
"time": "2023-02-05T15:12:03+00:00" "time": "2023-02-08T02:08:37+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"/app.js": "/app.js?id=ccd07ea223dcdd96fd913ca34457f112", "/app.js": "/app.js?id=57a9e6e71f0c0b5b86c21f72196b043f",
"/manifest.js": "/manifest.js?id=d75058ce2144a4049857d3ff9e02de1e", "/manifest.js": "/manifest.js?id=d75058ce2144a4049857d3ff9e02de1e",
"/app.css": "/app.css?id=72ecd473fa8870767c692de160ca79ed", "/app.css": "/app.css?id=a8d233b21d4b19672e83a23a2dabfed7",
"/vendor.js": "/vendor.js?id=de86bde8857e857b607852d11627d8e4", "/vendor.js": "/vendor.js?id=de86bde8857e857b607852d11627d8e4",
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae", "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a", "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",

View File

@@ -146,7 +146,13 @@
/> />
@endif @endif
@auth @auth
<div></div> <form method="POST" action="{{ route('logout') }}" class="inline">
@csrf
<x-button secondary type="submit">
<i class="fa-thin fa-sign-out"></i>
{{ __('Logout') }}
</x-button>
</form>
@else @else
<x-button href="{{ route('auth.ln') }}"> <x-button href="{{ route('auth.ln') }}">
<i class="fa-thin fa-sign-in"></i> <i class="fa-thin fa-sign-in"></i>

View File

@@ -35,6 +35,14 @@
<i class="fa-thin fa-sign-in"></i> <i class="fa-thin fa-sign-in"></i>
{{ __('Login') }} {{ __('Login') }}
</x-button> </x-button>
@else
<form method="POST" action="{{ route('logout') }}" class="inline">
@csrf
<x-button secondary type="submit">
<i class="fa-thin fa-sign-out"></i>
{{ __('Logout') }}
</x-button>
</form>
@endif @endif
</div> </div>
</div> </div>

View File

@@ -177,7 +177,34 @@
</div> </div>
<div class="mt-6"> <div class="mt-6">
@auth
@else
<div class="rounded-md bg-red-50 p-4">
<div class="flex">
<div class="flex-shrink-0">
<!-- Heroicon name: mini/x-circle -->
<svg class="h-5 w-5 text-red-400" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z"
clip-rule="evenodd"/>
</svg>
</div>
<div class="ml-3">
<h3 class="text-sm font-medium text-red-800">There were 2 errors with
your submission</h3>
<div class="mt-2 text-sm text-red-700">
<ul role="list" class="list-disc space-y-1 pl-5">
<li>Your password must be at least 8 characters</li>
<li>Your password must include at least one pro wrestling
finishing move
</li>
</ul>
</div>
</div>
</div>
</div>
@endauth
</div> </div>
</div> </div>
</div> </div>