-
I use Laravel for a long time and I will always be updated with the latest PHP versions and Laravel versions. And there are some things I would like to know if it's too much start some quiet refactor with some specific things for the newest PHP versions that are coming. For example in models instead:
Be like:
And so on... I tried to do this by myself on my models but some exceptions are thrown since it's a valid parental extended excepted behavior. What are your thoughts about that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
PHP 7.3 is still receiving security updates until the end of 2021 and PHP 7.4 will be supported until the end of 2022. It is probably still too early to force people to use 8.x. |
Beta Was this translation helpful? Give feedback.
-
I asked the same on Twitter and Taylor answered he wants to limit the breaking changes, which is completely understandable. |
Beta Was this translation helpful? Give feedback.
I asked the same on Twitter and Taylor answered he wants to limit the breaking changes, which is completely understandable.