Skip to content

feat: upgrade to laravel 13#28

Merged
roble merged 1 commit into
mainfrom
dev
Mar 20, 2026
Merged

feat: upgrade to laravel 13#28
roble merged 1 commit into
mainfrom
dev

Conversation

@roble

@roble roble commented Mar 20, 2026

Copy link
Copy Markdown
Collaborator

This pull request updates a dependency in the routes/breadcrumbs.php file to use the Saucebase\Breadcrumbs package instead of Diglactic\Breadcrumbs. This change ensures that the application is referencing the correct breadcrumb library.

Dependency update:

  • Changed the breadcrumb package import from Diglactic\Breadcrumbs to Saucebase\Breadcrumbs in routes/breadcrumbs.php to use the new library.

Copilot AI review requested due to automatic review settings March 20, 2026 19:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the breadcrumbs route definitions to reference the Saucebase\Breadcrumbs classes instead of Diglactic\Breadcrumbs, aligning the module with the intended breadcrumb library during the Laravel 13 upgrade effort.

Changes:

  • Switched breadcrumb imports in routes/breadcrumbs.php from Diglactic\Breadcrumbs to Saucebase\Breadcrumbs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread routes/breadcrumbs.php
Comment on lines +3 to +4
use Saucebase\Breadcrumbs\Breadcrumbs;
use Saucebase\Breadcrumbs\Generator as Trail;

Copilot AI Mar 20, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title indicates a Laravel 13 upgrade, but this change only updates breadcrumb import namespaces. Consider updating the PR title/description to reflect the actual scope (breadcrumb package swap), or include the other Laravel 13 upgrade commits in this PR to avoid confusion when reviewing/releasing.

Copilot uses AI. Check for mistakes.
@roble roble merged commit 63b5b25 into main Mar 20, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants