Some official packages provided by Laravel are given below:
Cashier
Laravel Cashier implements an expressive, fluid interface to Stripe and Braintree's subscription billing service. It controls almost all of the boilerplate subscription billing codes. The cashier can also manage coupons, subscription quantities, subscription swapping, grace periods for cancellation, and even create PDF invoices.
Envoy
The clean, simple syntax for defining frequent tasks that we execute on our remote servers is provided by Laravel Envoy. Moreover, users can quickly arrange tasks for deployment, Artisan commands, and more using syntax in the Blade style. Unfortunately, envoy only supports Mac and Linux operating systems.
Passport
With the aid of Laravel passport, API authentication was made simple. Additionally, it offers an instant Oauth2 server implementation for Laravel applications. Typically, Passport is built on top of the Alex Bilbie-maintained League OAuth2 server.
Scout
Laravel Eloquent models can now include full-text search thanks to Scout's straightforward, driver-based approach. Also, scout automatically maintains search indexes in sync with eloquent records using model observers.
Socialite
An expressive and fluid interface for OAuth authentication with Facebook, Twitter, Google, LinkedIn, and other services is provided by Socialite. It controls almost all of the boilerplate social authentication codes.
Note: Commonly asked Laravel interview question.