Closed musiwei closed 1 year ago
The hold up was mostly compatibility with third party packages, they've recently added Laravel 10 support, I'll try and publish a new version this weekend. I did publish a pre-release version; https://github.com/RobertBoes/inertia-breadcrumbs/releases/tag/0.3.0-alpha
Hey Robert, this repo is now blocking us from upgrading to Laravel 10. Could you please have a look when you are available?
This is due to Laravel having replaced illuminate/contracts.
See below composer error:
laravel/framework replaces illuminate/contracts and thus cannot coexist with it.