Laravel 10 is the latest version of the popular PHP web application framework. It comes with several new features and improvements that make it more powerful and efficient than ever before. In this article, we will explore the new features and enhancements of Laravel 10 and provide code snippets to demonstrate their usage.
Laravel 10 drops support for PHP 8.0
Laravel framework will drop support for PHP <=v8.0 in Laravel 10. The minimum required version is PHP ^8.1. we can expect to see 8.1 features used in the framework, such as readonly properties.