From a8383d3a69b85d0a209710db9ad1256f45769adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Pocrnji=C4=8D?= Date: Thu, 27 Mar 2025 19:22:44 +0100 Subject: [PATCH] Breadcrumbs fixed --- composer.json | 1 + composer.lock | 154 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 153 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6595072..70473e6 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,7 @@ "laravel/scout": "^10.11", "laravel/tinker": "^2.9", "meilisearch/meilisearch-php": "^1.11", + "robertboes/inertia-breadcrumbs": "dev-laravel-12", "tightenco/ziggy": "^2.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 6bfb53f..1fa583e 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "3513a8e8d3fe49aaced33603db92e66c", + "content-hash": "845b21f4ecbbf1baa0aed4846a6355b8", "packages": [ { "name": "arielmejiadev/larapex-charts", @@ -4354,6 +4354,154 @@ ], "time": "2024-04-27T21:32:50+00:00" }, + { + "name": "robertboes/inertia-breadcrumbs", + "version": "dev-laravel-12", + "source": { + "type": "git", + "url": "https://github.com/RobertBoes/inertia-breadcrumbs.git", + "reference": "21a82544930fdd425390df6ff2cf75c212576055" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/RobertBoes/inertia-breadcrumbs/zipball/21a82544930fdd425390df6ff2cf75c212576055", + "reference": "21a82544930fdd425390df6ff2cf75c212576055", + "shasum": "" + }, + "require": { + "illuminate/contracts": "^10.0|^11.0|^12.0", + "inertiajs/inertia-laravel": "^1.0|^2.0", + "php": "^8.1", + "spatie/laravel-package-tools": "^1.11.0" + }, + "conflict": { + "orchestra/testbench-core": ">=9,<9.0.14" + }, + "require-dev": { + "composer/composer": "^2.1", + "diglactic/laravel-breadcrumbs": "^8.0|^9.0|^10.0", + "glhd/gretel": "^1.7", + "larastan/larastan": "^2.0|^3.0", + "laravel/pint": "^1.14", + "orchestra/testbench": "^8.0|^9", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^10.0|^11", + "spatie/laravel-ray": "^1.28", + "spatie/ray": "^1.33", + "tabuna/breadcrumbs": "^4.0" + }, + "suggest": { + "diglactic/laravel-breadcrumbs": "Manage and configure breadcrumbs with diglactic/laravel-breadcrumbs", + "glhd/gretel": "Manage and configure breadcrumbs with glhd/gretel", + "tabuna/breadcrumbs": "Manage and configure breadcrumbs with tabuna/breadcrumbs" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "RobertBoes\\InertiaBreadcrumbs\\InertiaBreadcrumbsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "RobertBoes\\InertiaBreadcrumbs\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Robert Boes", + "email": "github@robertboes.nl", + "role": "Developer" + } + ], + "description": "Laravel package to automatically share breadcrumbs to Inertia", + "homepage": "https://github.com/robertboes/inertia-breadcrumbs", + "keywords": [ + "breadcrumbs", + "inertia-breadcrumbs", + "inertiajs", + "laravel", + "robertboes" + ], + "support": { + "issues": "https://github.com/RobertBoes/inertia-breadcrumbs/issues", + "source": "https://github.com/RobertBoes/inertia-breadcrumbs/tree/laravel-12" + }, + "funding": [ + { + "url": "https://github.com/RobertBoes", + "type": "github" + } + ], + "time": "2025-02-28T15:16:05+00:00" + }, + { + "name": "spatie/laravel-package-tools", + "version": "1.92.0", + "source": { + "type": "git", + "url": "https://github.com/spatie/laravel-package-tools.git", + "reference": "dd46cd0ed74015db28822d88ad2e667f4496a6f6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/dd46cd0ed74015db28822d88ad2e667f4496a6f6", + "reference": "dd46cd0ed74015db28822d88ad2e667f4496a6f6", + "shasum": "" + }, + "require": { + "illuminate/contracts": "^9.28|^10.0|^11.0|^12.0", + "php": "^8.0" + }, + "require-dev": { + "mockery/mockery": "^1.5", + "orchestra/testbench": "^7.7|^8.0|^9.0|^10.0", + "pestphp/pest": "^1.23|^2.1|^3.1", + "phpunit/phpunit": "^9.5.24|^10.5|^11.5", + "spatie/pest-plugin-test-time": "^1.1|^2.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Spatie\\LaravelPackageTools\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "role": "Developer" + } + ], + "description": "Tools for creating Laravel packages", + "homepage": "https://github.com/spatie/laravel-package-tools", + "keywords": [ + "laravel-package-tools", + "spatie" + ], + "support": { + "issues": "https://github.com/spatie/laravel-package-tools/issues", + "source": "https://github.com/spatie/laravel-package-tools/tree/1.92.0" + }, + "funding": [ + { + "url": "https://github.com/spatie", + "type": "github" + } + ], + "time": "2025-03-27T08:34:10+00:00" + }, { "name": "symfony/clock", "version": "v7.2.0", @@ -9989,7 +10137,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": { + "robertboes/inertia-breadcrumbs": 20 + }, "prefer-stable": true, "prefer-lowest": false, "platform": {