Laravel 10 – What is new in Laravel 10?
As we all know that the latest Laravel version 10 is released. So there are many things that are changed in Laravel. Some new features are added and some old ones are deprecated. So in this post, we will review the top things that are changed in Laravel version 10.
Laravel follows the semantic versioning approach. so if you are not aware of semantic versioning then as per definition Semantic Versioning is a standardized way to give meaning to your software releases. It is just how the software versions are described and used. Let\’s take an example that we have software with version 9.5.3 here we have three parts in this version. First part 9 is the major version, the second 5 is a minor version and the last one 3 is for patches.
- Major Version – Major changes for the release that can break the support and working of existing changes.
- Minor Version – Does not break anything that is already working.
- Patches – This is for bug fixes.
Laravel 10 drops support for PHP 8.0
In the Latest Laravel version 10, we need a minimum version of 8.1 to work with. as per the release notes Laravel drops the support for PHP versions less than 8.1.






