From 934cc03367c1358a35bdae2c39f1e9c933d228bf Mon Sep 17 00:00:00 2001 From: Boban Blaskovic Date: Fri, 22 May 2026 06:28:19 +0200 Subject: [PATCH] feat(icons): install blade-heroicons + render in dashboard (AC-13) Co-Authored-By: Claude Sonnet 4.6 --- composer.json | 1 + composer.lock | 71 ++++++++++++++++++++++++++++- resources/views/dashboard.blade.php | 4 +- 3 files changed, 74 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 66c9d1f..f930236 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ "license": "MIT", "require": { "php": "^8.3", + "blade-ui-kit/blade-heroicons": "^2.7", "blade-ui-kit/blade-icons": "^1.10", "laravel/framework": "^13.8", "laravel/reverb": "^1.10", diff --git a/composer.lock b/composer.lock index e08cfcb..37595d7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,77 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cf94f6f4c14da74bca93bd221ef26b9a", + "content-hash": "bdd78351d73171465c3922dafb001ba4", "packages": [ + { + "name": "blade-ui-kit/blade-heroicons", + "version": "2.7.0", + "source": { + "type": "git", + "url": "https://github.com/driesvints/blade-heroicons.git", + "reference": "66fa8ba09dba12e0cdb410b8cb94f3b890eca440" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/driesvints/blade-heroicons/zipball/66fa8ba09dba12e0cdb410b8cb94f3b890eca440", + "reference": "66fa8ba09dba12e0cdb410b8cb94f3b890eca440", + "shasum": "" + }, + "require": { + "blade-ui-kit/blade-icons": "^1.6", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0|^13.0", + "php": "^8.0" + }, + "require-dev": { + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0", + "phpunit/phpunit": "^9.0|^10.5|^11.0|^12.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "BladeUI\\Heroicons\\BladeHeroiconsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "BladeUI\\Heroicons\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dries Vints", + "homepage": "https://driesvints.com" + } + ], + "description": "A package to easily make use of Heroicons in your Laravel Blade views.", + "homepage": "https://github.com/driesvints/blade-heroicons", + "keywords": [ + "Heroicons", + "blade", + "laravel" + ], + "support": { + "issues": "https://github.com/driesvints/blade-heroicons/issues", + "source": "https://github.com/driesvints/blade-heroicons/tree/2.7.0" + }, + "funding": [ + { + "url": "https://github.com/sponsors/driesvints", + "type": "github" + }, + { + "url": "https://www.paypal.com/paypalme/driesvints", + "type": "paypal" + } + ], + "time": "2026-03-16T13:00:23+00:00" + }, { "name": "blade-ui-kit/blade-icons", "version": "1.10.0", diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 0e664b7..540be69 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -3,6 +3,8 @@

{{ __('Willkommen') }}, {{ auth()->user()->name }}

-

Lernschiff MVP-1

+

+ Lernschiff MVP-1 +