Today we're thrilled to announce that we have tagged the Laravel 10.0 release! Laravel 10 continues the improvements made in Laravel 9 by introducing argument and return types to all application skeleton methods, as well as all stub files used to generate classes throughout the framework.
Further, Laravel Pennant has been introduced to provide a wonderful approach to managing your application's "feature flags".
On its initial release, Laravel utilized all of the type-hinting features available in PHP at the time.
Laravel 10.x thoroughly updates the application skeleton and all stubs utilized by the framework to introduce argument and return types to all method signatures.