-
Notifications
You must be signed in to change notification settings - Fork 271
[WIP] Laravel 5.8 support #362
Conversation
oof I've been soo busy with mobile apps I didn't even realize 5.8 was out. :( i miss easy php laravel dev.. |
Haha @AbbyJanke mobile isn't that bad either :-) But yeah, you'd be welcome back. Upgrade slightly postponed because of dependencies:
We can't do 2.2 because parental doesn't support Laravel 5.8 yet... We have to wait for them to add support. |
Notes:
Upgrade guide:
|
Hi @tabacitu. I would like to update Backpack Base to 1.1.2, but some of my other packages still rely on Carbon 1, which blocks the install. Do you plan to integrate support for Carbon 1 instead of Carbon 2 only? Thanks. |
Hi @red-ab , Good question. I expect most packages to provide Carbon 2 support pretty soon. So at this time, I don't think we should add support for Carbon 1, no. Of course, I could change my mind if more people ask for Carbon 1. But it would lead to a little bit of spaghetti inside Backpack to pull it off, and I would like our code quality to go the other way :-) What packages are you using that don't support Carbon 2 yet? Cheers! |
Hi @tabacitu. Unfortunately, those are packages I don't have any control on and which don't plan to integrate Carbon 2 support for the moment. It would have been great to have a Backpack Base version that integrates Laravel 5.8 support, but without the Carbon 2 breaking change for systems that are still stuck with Carbon 1. Thanks for your support! |
I get it, thanks for the input @red-ab . If more people have this problem and want Carbon 1 support, please reply here so we know. If more people ask for it, we can add it. Cheers! |
This branch and PR will provide support for Laravel 5.8.
TLDR here.
Todo:
Official packages TODOs: