Câu hỏi phỏng vấn Laravel
Câu hỏi

List some official packages of Laravel

Câu trả lời

Laravel offers a variety of official packages that extend its functionality and simplify common tasks. Here are some notable official packages:

  1. Cashier: Provides an expressive, fluent interface to Stripe's and Paddle's subscription billing services.
  2. Envoy: Allows you to run common tasks on remote servers, such as deployment and task automation.
  3. Passport: Provides a full OAuth2 server implementation for your Laravel application, enabling API authentication.
  4. Scout: Integrates with Algolia and other search engines to provide full-text search capabilities for your Eloquent models.
  5. Socialite: Handles OAuth authentication with various providers like Facebook, Twitter, Google, and more.
  6. Telescope: A debugging assistant that provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, and more.
  7. Horizon: Provides a beautiful dashboard and code-driven configuration for your Redis queues.
  8. Jetstream: A starter kit for Laravel applications that includes authentication, two-factor authentication, session management, API support via Laravel Sanctum, and optional team management.
  9. Breeze: A minimal, simple implementation of all of Laravel's authentication features, including login, registration, password reset, email verification, and password confirmation.
  10. Dusk: Provides an expressive, easy-to-use browser automation and testing API.
  11. Sanctum: Provides a featherweight authentication sy...
junior

junior

Gợi ý câu hỏi phỏng vấn

middle

What is Laravel Passport?

senior

Why do we need Traits in Laravel?

junior

What is the Facade Pattern used for?

Bình luận

Chưa có bình luận nào

Chưa có bình luận nào