RobertBoes / inertia-breadcrumbs

Laravel package to automatically share breadcrumbs to Inertia
MIT License
44 stars 11 forks source link

Add support for Laravel 11 #17

Closed Kaishiyoku closed 6 months ago

Kaishiyoku commented 6 months ago

This PR adds support for Laravel 11.

RobertBoes commented 6 months ago

Hey, thanks for the PR. I'm currently working on upgrading the package to support Laravel 11, but unfortunately it requires a bit more than only upgrading the illuminate/contracts dependency, so I'm going to close this for now. Will create a draft PR asap 👍

Kaishiyoku commented 6 months ago

You're welcome! I only tested it locally on a project which I'm upgrading to Laravel 11. Thank you.