mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: Update AWS SDK and Laravel Package Tools versions
- Updated AWS SDK version to 3.301.4 - Updated Laravel Package Tools version to 1.16.4
This commit is contained in:
@@ -12,7 +12,9 @@ class StreamerPanelController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
//
|
return view('streamerpanel.index', [
|
||||||
|
'streamers' => Streamer::all(),
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
60
composer.lock
generated
60
composer.lock
generated
@@ -118,16 +118,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php",
|
"name": "aws/aws-sdk-php",
|
||||||
"version": "3.301.1",
|
"version": "3.301.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||||
"reference": "0a910d2b35e7087337cdf3569dc9b6ce232aafba"
|
"reference": "1d04b11a621eaceb389d2cfbd82bcdc423903796"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0a910d2b35e7087337cdf3569dc9b6ce232aafba",
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1d04b11a621eaceb389d2cfbd82bcdc423903796",
|
||||||
"reference": "0a910d2b35e7087337cdf3569dc9b6ce232aafba",
|
"reference": "1d04b11a621eaceb389d2cfbd82bcdc423903796",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -207,9 +207,9 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.301.1"
|
"source": "https://github.com/aws/aws-sdk-php/tree/3.301.4"
|
||||||
},
|
},
|
||||||
"time": "2024-03-15T18:14:42+00:00"
|
"time": "2024-03-20T18:16:55+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "blade-ui-kit/blade-icons",
|
"name": "blade-ui-kit/blade-icons",
|
||||||
@@ -5036,16 +5036,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/laravel-package-tools",
|
"name": "spatie/laravel-package-tools",
|
||||||
"version": "1.16.3",
|
"version": "1.16.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/spatie/laravel-package-tools.git",
|
"url": "https://github.com/spatie/laravel-package-tools.git",
|
||||||
"reference": "59db18c2e20d49a0b6d447bb1c654f6c123beb9e"
|
"reference": "ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/59db18c2e20d49a0b6d447bb1c654f6c123beb9e",
|
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53",
|
||||||
"reference": "59db18c2e20d49a0b6d447bb1c654f6c123beb9e",
|
"reference": "ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -5084,7 +5084,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/spatie/laravel-package-tools/issues",
|
"issues": "https://github.com/spatie/laravel-package-tools/issues",
|
||||||
"source": "https://github.com/spatie/laravel-package-tools/tree/1.16.3"
|
"source": "https://github.com/spatie/laravel-package-tools/tree/1.16.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -5092,7 +5092,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-03-07T07:35:57+00:00"
|
"time": "2024-03-20T07:29:11+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/laravel-query-builder",
|
"name": "spatie/laravel-query-builder",
|
||||||
@@ -8726,16 +8726,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/pcre",
|
"name": "composer/pcre",
|
||||||
"version": "3.1.2",
|
"version": "3.1.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/composer/pcre.git",
|
"url": "https://github.com/composer/pcre.git",
|
||||||
"reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace"
|
"reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/composer/pcre/zipball/4775f35b2d70865807c89d32c8e7385b86eb0ace",
|
"url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
|
||||||
"reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace",
|
"reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -8777,7 +8777,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/composer/pcre/issues",
|
"issues": "https://github.com/composer/pcre/issues",
|
||||||
"source": "https://github.com/composer/pcre/tree/3.1.2"
|
"source": "https://github.com/composer/pcre/tree/3.1.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -8793,7 +8793,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-03-07T15:38:35+00:00"
|
"time": "2024-03-19T10:26:25+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/deprecations",
|
"name": "doctrine/deprecations",
|
||||||
@@ -9223,16 +9223,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mockery/mockery",
|
"name": "mockery/mockery",
|
||||||
"version": "1.6.9",
|
"version": "1.6.10",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mockery/mockery.git",
|
"url": "https://github.com/mockery/mockery.git",
|
||||||
"reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06"
|
"reference": "47065d1be1fa05def58dc14c03cf831d3884ef0b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
|
"url": "https://api.github.com/repos/mockery/mockery/zipball/47065d1be1fa05def58dc14c03cf831d3884ef0b",
|
||||||
"reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
|
"reference": "47065d1be1fa05def58dc14c03cf831d3884ef0b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -9244,8 +9244,8 @@
|
|||||||
"phpunit/phpunit": "<8.0"
|
"phpunit/phpunit": "<8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^8.5 || ^9.6.10",
|
"phpunit/phpunit": "^8.5 || ^9.6.17",
|
||||||
"symplify/easy-coding-standard": "^12.0.8"
|
"symplify/easy-coding-standard": "^12.1.14"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -9302,7 +9302,7 @@
|
|||||||
"security": "https://github.com/mockery/mockery/security/advisories",
|
"security": "https://github.com/mockery/mockery/security/advisories",
|
||||||
"source": "https://github.com/mockery/mockery"
|
"source": "https://github.com/mockery/mockery"
|
||||||
},
|
},
|
||||||
"time": "2023-12-10T02:24:34+00:00"
|
"time": "2024-03-19T16:15:45+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "myclabs/deep-copy",
|
"name": "myclabs/deep-copy",
|
||||||
@@ -9738,16 +9738,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "1.10.62",
|
"version": "1.10.63",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9"
|
"reference": "ad12836d9ca227301f5fb9960979574ed8628339"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd5c8a1660ed3540b211407c77abf4af193a6af9",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ad12836d9ca227301f5fb9960979574ed8628339",
|
||||||
"reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9",
|
"reference": "ad12836d9ca227301f5fb9960979574ed8628339",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -9796,7 +9796,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-03-13T12:27:20+00:00"
|
"time": "2024-03-18T16:53:53+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-code-coverage",
|
"name": "phpunit/php-code-coverage",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<nav class="drop-shadow-md border-stone-200 bg-stone-800">
|
<nav class="drop-shadow-md border-stone-200 bg-stone-800">
|
||||||
<div class="flex flex-wrap items-center justify-between max-w-screen-xl p-4 mx-auto">
|
<div class="flex flex-wrap items-center justify-between max-w-screen-xl p-4 mx-auto">
|
||||||
<a href="/" class="flex items-center transition-transform hover:scale-105">
|
<a href="/" class="flex items-center transition-transform hover:scale-105">
|
||||||
<x-logo class="w-auto mr-2 transition-transform h-9 hover:scale-125" alt="Heimerdinger Logo"/>
|
<x-logo class="w-auto mr-2 transition-transform h-9 hover:scale-125" alt="Heimerdinger Logo" />
|
||||||
<span class="self-center text-2xl font-semibold text-orange-400 whitespace-nowrap">Heimerdinger.LoL</span>
|
<span class="self-center text-2xl font-semibold text-orange-400 whitespace-nowrap">Heimerdinger.LoL</span>
|
||||||
<span class="sr-only">Home</span>
|
<span class="sr-only">Home</span>
|
||||||
</a>
|
</a>
|
||||||
@@ -12,66 +12,66 @@
|
|||||||
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none"
|
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none"
|
||||||
viewBox="0 0 17 14">
|
viewBox="0 0 17 14">
|
||||||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||||
d="M1 1h15M1 7h15M1 13h15"/>
|
d="M1 1h15M1 7h15M1 13h15" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<div id="navbar-default" class="hidden w-full md:block md:w-auto">
|
<div id="navbar-default" class="hidden w-full md:block md:w-auto">
|
||||||
<ul
|
<ul
|
||||||
class="flex flex-col p-2 items-center md:flex-row md:space-x-6 md:mt-0 md:border-0 md:bg-white dark:bg-stone-800 md:dark:bg-stone-800 dark:border-stone-700">
|
class="flex flex-col items-center p-2 md:flex-row md:space-x-6 md:mt-0 md:border-0 md:bg-white dark:bg-stone-800 md:dark:bg-stone-800 dark:border-stone-700">
|
||||||
<li>
|
<li>
|
||||||
<a href="{{route('champions.index')}}"
|
<a href="{{ route('champions.index') }}"
|
||||||
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
||||||
md:border-0 md:p-0 md:dark:hover:text-orange-400
|
md:border-0 md:p-0 md:dark:hover:text-orange-400
|
||||||
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
||||||
{{ request()->routeIs('champions.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
{{ request()->routeIs('champions.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
||||||
|
|
||||||
<x-iconsax-bul-people class="w-6 h-6 mr-1"/>
|
<x-iconsax-bul-people class="w-6 h-6 mr-1" />
|
||||||
Champions</a>
|
Champions</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{{route('skins.index')}}"
|
<a href="{{ route('skins.index') }}"
|
||||||
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
||||||
md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400
|
md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400
|
||||||
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
||||||
{{ request()->routeIs('skins.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
{{ request()->routeIs('skins.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
||||||
|
|
||||||
<x-iconsax-bul-brush-2 class="w-6 h-6 mr-1"/>
|
<x-iconsax-bul-brush-2 class="w-6 h-6 mr-1" />
|
||||||
Skins</a>
|
Skins</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{{route('assets.index')}}"
|
<a href="{{ route('assets.index') }}"
|
||||||
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
||||||
md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400
|
md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400
|
||||||
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
||||||
{{ request()->routeIs('assets.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
{{ request()->routeIs('assets.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
||||||
<x-iconsax-bul-3dcube class="w-6 h-6 mr-1"/>
|
<x-iconsax-bul-3dcube class="w-6 h-6 mr-1" />
|
||||||
Assets</a>
|
Assets</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{{route('sales.index')}}"
|
<a href="{{ route('sales.index') }}"
|
||||||
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
||||||
md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400
|
md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400
|
||||||
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
||||||
{{ request()->routeIs('sales.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
{{ request()->routeIs('sales.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
||||||
<x-iconsax-bul-card class="w-6 h-6 mr-1"/>
|
<x-iconsax-bul-card class="w-6 h-6 mr-1" />
|
||||||
Sale Rotation</a>
|
Sale Rotation</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{{route('posts.index')}}"
|
<a href="{{ route('posts.index') }}"
|
||||||
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
||||||
md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400
|
md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400
|
||||||
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
||||||
{{ request()->routeIs('posts.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
{{ request()->routeIs('posts.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
||||||
<x-iconsax-bul-receipt-search class="w-6 h-6 mr-1"/>
|
<x-iconsax-bul-receipt-search class="w-6 h-6 mr-1" />
|
||||||
Posts</a>
|
Posts</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{{route('about.index')}}"
|
<a href="{{ route('about.index') }}"
|
||||||
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent
|
||||||
md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400
|
md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400
|
||||||
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent
|
||||||
{{ request()->routeIs('about.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
{{ request()->routeIs('about.*') ? 'text-orange-400 font-medium' : 'text-white' }}">
|
||||||
<x-iconsax-bul-info-circle class="w-6 h-6 mr-1"/>
|
<x-iconsax-bul-info-circle class="w-6 h-6 mr-1" />
|
||||||
About</a>
|
About</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
34
resources/views/components/panel-navbar.blade.php
Normal file
34
resources/views/components/panel-navbar.blade.php
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
<nav class="drop-shadow-md border-stone-200 bg-stone-800">
|
||||||
|
<div class="flex flex-wrap items-center justify-between max-w-screen-xl p-4 mx-auto">
|
||||||
|
<a href="/streamerpanel" class="flex items-center transition-transform hover:scale-105">
|
||||||
|
<x-logo class="w-auto mr-2 transition-transform h-9 hover:scale-125" alt="Heimerdinger Logo" />
|
||||||
|
<span class="self-center text-2xl font-semibold text-orange-400 whitespace-nowrap">Streamer Panel</span>
|
||||||
|
<span class="sr-only">Streamer Panel</span>
|
||||||
|
</a>
|
||||||
|
<button data-collapse-toggle="navbar-default" type="button"
|
||||||
|
class="inline-flex items-center justify-center w-10 h-10 p-2 text-sm rounded-lg text-stone-500 md:hidden hover:bg-stone-100 focus:outline-none focus:ring-2 focus:ring-stone-200 dark:text-stone-400 dark:hover:bg-stone-700 dark:focus:ring-stone-600"
|
||||||
|
aria-controls="navbar-default" aria-expanded="false">
|
||||||
|
<span class="sr-only">Open main menu</span>
|
||||||
|
<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none"
|
||||||
|
viewBox="0 0 17 14">
|
||||||
|
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||||
|
d="M1 1h15M1 7h15M1 13h15" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
<div id="navbar-default" class="hidden w-full md:block md:w-auto">
|
||||||
|
<ul
|
||||||
|
class="flex flex-col items-center p-2 md:flex-row md:space-x-6 md:mt-0 md:border-0 md:bg-white dark:bg-stone-800 md:dark:bg-stone-800 dark:border-stone-700">
|
||||||
|
<li>
|
||||||
|
<a href="{{ route('champions.index') }}"
|
||||||
|
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent md:border-0 md:p-0 md:dark:hover:text-orange-400 dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent">
|
||||||
|
Streamers</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="{{ route('skins.index') }}"
|
||||||
|
class="flex py-2 pl-3 pr-2 rounded hover:bg-stone-100 md:hover:bg-transparent md:border-0 md:hover:text-orange-500 md:p-0 md:dark:hover:text-orange-400 dark:hover:bg-stone-700 dark:hover:text-white md:dark:hover:bg-transparent ">
|
||||||
|
Streamer Requests</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
58
resources/views/layouts/streamerpanel.blade.php
Normal file
58
resources/views/layouts/streamerpanel.blade.php
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
<!-- DarkReader somehow thinks the website isn't dark by default,
|
||||||
|
this tells darkreader to disable on the site. -->
|
||||||
|
<meta name="darkreader-lock">
|
||||||
|
|
||||||
|
<META NAME="robots" CONTENT="noindex,nofollow">
|
||||||
|
|
||||||
|
<!-- Favicon -->
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/img/icons/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#e6855e">
|
||||||
|
<link rel="shortcut icon" href="/img/icons/favicon.ico">
|
||||||
|
<meta name="msapplication-TileColor" content="#ff7c47">
|
||||||
|
<meta name="msapplication-config" content="/img/icons/browserconfig.xml">
|
||||||
|
<meta name="theme-color" content="#ff7c47">
|
||||||
|
|
||||||
|
<title>@yield('title')</title>
|
||||||
|
<meta name="description" content="@yield('description')">
|
||||||
|
|
||||||
|
@stack('meta_tags')
|
||||||
|
|
||||||
|
<!-- OpenGraph -->
|
||||||
|
<meta property="og:site_name" content="Heimerdinger.LoL">
|
||||||
|
<meta property="og:title" content="@yield('title')">
|
||||||
|
<meta property="og:url" content="{{ url()->current() }}">
|
||||||
|
<meta property="og:description" content="@yield('description')">
|
||||||
|
<meta property="og:locale" content="en">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:image" content="https://cdn.heimerdinger.lol/og-img-home.png">
|
||||||
|
|
||||||
|
<!-- Twitter -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta property="twitter:domain" content="heimerdinger.lol">
|
||||||
|
<meta property="twitter:title" content="@yield('title')">
|
||||||
|
<meta property="twitter:description" content="@yield('description')">
|
||||||
|
<meta property="twitter:image" content="https://cdn.heimerdinger.lol/og-img-home.png">
|
||||||
|
|
||||||
|
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||||
|
|
||||||
|
@stack('top_scripts')
|
||||||
|
<x-analytics.plausible />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="antialiased bg-stone-900 dark scroll-smooth">
|
||||||
|
<x-panel-navbar />
|
||||||
|
@yield('content')
|
||||||
|
@stack('bottom_scripts')
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
8
resources/views/streamerpanel/index.blade.php
Normal file
8
resources/views/streamerpanel/index.blade.php
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
@extends('layouts.streamerpanel')
|
||||||
|
|
||||||
|
@section('title', 'Streamer Panel • Heimerdinger.LoL')
|
||||||
|
@section('description', 'Heimerdinger.LoL: Streamer Panel for managing your streamer requests.')
|
||||||
|
|
||||||
|
@section('content')
|
||||||
|
hello world
|
||||||
|
@endsection
|
||||||
@@ -79,3 +79,6 @@ Route::get('/resource/sitemap', static fn () => (new HTMLSitemapController())->i
|
|||||||
|
|
||||||
// Pulse
|
// Pulse
|
||||||
Route::get(config('app.login_route'), static fn () => redirect('/pulse'))->name('login')->middleware('auth.basic');
|
Route::get(config('app.login_route'), static fn () => redirect('/pulse'))->name('login')->middleware('auth.basic');
|
||||||
|
|
||||||
|
// Streamer Panel
|
||||||
|
Route::get('/streamerpanel', static fn () => (new \App\Http\Controllers\StreamerPanelController())->index())->name('streamers.index')->middleware('auth.basic');
|
||||||
|
|||||||
Reference in New Issue
Block a user