Skip to content
On this page

app/Providers/

Default Laravel directory to contain custom Provider files.

  • AppServiceProvider

AppServiceProvider contains most of the container bindings and core application features like localization, laravel blade customizations, validation customizations.

  • AuthServiceProvider

AuthServiceProvider contains the custom laravel Gate definitions.

  • ComposerServiceProvider

ComposerServiceProvider contains the laravel view composers.

  • EventServiceProvider

EventServiceProvider contains the event and listener registrations.

  • GoogleAuthenticatorServiceProvider

GoogleAuthenticatorServiceProvider contains the TwoFactorAuthentication related container registrations.

  • HtmlServiceProvider

HtmlServiceProvider contains the custom FromBuilder registration by extending the default Collective\Html\HtmlServiceProvider.

  • IntlServiceProvider

IntlServiceProvider contains the custom Gender localization class registration.

  • MacroServiceProvider

MacroServiceProvider contains many custom and helpful class macros.

  • ObserverServiceProvider

ObserverServiceProvider contains the Model and Observer registrations.

  • RouteServiceProvider

RouteServiceProvider contains the default and custom route file registrations.

  • TelescopeServiceProvider

TelescopeServiceProvider is the default Laravel Telescope file.