Replies: 5 comments 2 replies
-
I'm not sure if there is an actual roadmap but you can view the files which have been changed using the GitHub difftool between specific branches. laravel/laravel@master...develop But I agree, having 3 different authentication packages in the last few updates has been a bit of a headache, first there was |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Laravel is moving from a 6 month major release cycle to a 12 month release cycle. |
Beta Was this translation helpful? Give feedback.
-
Watch for Laravel 9 updates: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've searched and couldn't find any information regarding the future roadmap of Laravel versions. Especially with 6 month release cycles, it becomes a bit difficult to keep up and update the packages when new major versions are released.
As Jeffrey Way shown while upgrading Laracast's own codebase (https://laracasts.com/series/whats-new-in-laravel-8/episodes/11), it slows down most developers with unnecessary having to fork dependencies and creating workarounds. It would be good to know the general roadmap of upcoming changes, and some transition period so that we can prepare and update the dependencies.
An example where this becomes a very practical issue is when we've used
laravel/ui
and it gets replaced by Jetstream with little notice. Because we're from an agency, that means we have to schedule time for training and I assume a lot of others will appreciate that as well.Beta Was this translation helpful? Give feedback.
All reactions