Classes

Registers application services and dependencies.

Registers authentication and authorization services for the application.

This service provider is responsible for registering all the event listeners for the application. Events provide a simple observer pattern implementation that allows your application to subscribe and listen for various actions or state changes in your system.

This service provider is responsible for defining how routes are loaded in the application, including API and web routes. It also defines rate limiting rules for the application.