diglactic / laravel-breadcrumbs

Laravel Breadcrumbs - A simple Laravel-style way to create breadcrumbs.
https://packagist.org/packages/diglactic/laravel-breadcrumbs
MIT License
868 stars 63 forks source link

Support 5.5+ Laravel #3

Closed daaner closed 4 years ago

daaner commented 4 years ago

why did you remove support for laravel 5.5-5.8? nothing has changed globally since the fork. If I return, accept the PR?

shengslogar commented 4 years ago

Hi @daaner,

This was intentional. Laravel 5.x is no longer officially supported (see here) and I'd like to move the code base to a more modern PHP syntax.

If you have a project that runs on Laravel 5, I'd strongly suggest you upgrade it, but you can use Dave's original project in the meantime.

SS

daaner commented 4 years ago

I have a OpenSource project in support that is supported from 5.5 to 8+ and there is a Dave package. I would like to update to yours, but due to limitations in the composer I am unable to do this

daaner commented 4 years ago

https://github.com/LaravelRUS/SleepingOwlAdmin/blob/development/composer.json#L42

shengslogar commented 4 years ago

Please read my previous comment. I would strongly suggest moving your own project away from Laravel 5.x, but I do not want to introduce any legacy compatibility into this project. If you really need to support Laravel 5.x, you're more than welcome to create your own fork.