tabuna / breadcrumbs

Laravel Breadcrumbs - An easy way to add breadcrumbs to your @Laravel app.
https://github.com/tabuna/breadcrumbs
MIT License
340 stars 20 forks source link

Laravel's serializable closures #30

Closed mabdullahsari closed 3 years ago

mabdullahsari commented 3 years ago

Hello, thanks for the package.

The Laravel team recently decided to fork the opis/closure package because v4 is being rewritten on top of the FFI extension which will not be enabled by default on all distros.

Are you willing to accept PRs to drop the opis/closure dependency in this package in favor of the first party Laravel package?

tabuna commented 3 years ago

Hi @mabdullahsari. Yes, it makes sense. The package must be accessible to as many people as possible. I will be glad if you make a replacement at https://github.com/laravel/serializable-closure

mabdullahsari commented 3 years ago

Alright, thanks for the quick response! I'll try to submit a PR in the next couple of days.