@pondoknusa/core
Pondoknusa application kernel, providers, and facades
Install
bash
npm install @pondoknusa/coreMetadata
| Field | Value |
|---|---|
| Version | 2.0.0 |
| Source | packages/core |
| Category | Kernel & HTTP |
| Node.js | >=26 |
Pondoknusa dependencies
- @pondoknusa/auth
- @pondoknusa/broadcasting
- @pondoknusa/cache
- @pondoknusa/config
- @pondoknusa/container
- @pondoknusa/crypto
- @pondoknusa/database
- @pondoknusa/events
- @pondoknusa/http
- @pondoknusa/locale
- @pondoknusa/log
- @pondoknusa/mail
- @pondoknusa/notifications
- @pondoknusa/queue
- @pondoknusa/redis
- @pondoknusa/storage
- @pondoknusa/validation
- @pondoknusa/views
Public exports
From the package entry point (dist/index.d.ts). Deep imports are not supported.
Values
ApplicationAuthAuthServiceProviderAuthenticationExceptionAuthorizationExceptionAuthorizationGateBroadcastBroadcastServiceProviderBusCacheCacheServiceProviderClientRequestClientResponseConfigRepositoryConfigServiceProviderDBDatabaseServiceProviderEventEventDispatcherEventServiceProviderEventSubscriberEventsExceptionHandlerFormRequestGateHEADLESS_BINDINGHealthCheckerHealthServiceProviderHttpHttpKernelInvalidCredentialsExceptionInvalidResetTokenExceptionLangListenerLocaleServiceProviderLogLogServiceProviderMailMailServiceProviderMailableNotifiableNotificationNotificationRegistryNotificationServiceProviderNotificationsOAuthManagerPasswordPasswordResetBrokerPersonalAccessTokenRepositoryPolicyQueueQueueServiceProviderQueuedListenerRedisServiceProviderResponseSequenceResponseStubRouteScheduleScheduleServiceProviderSendMailableServiceProviderStorageStorageServiceProviderURLViewViewServiceProviderapplyBootProfilebindingMatchesbootstrapRouteCachecreateControllerHandlercreateTokenAbilityMiddlewarecronMatchesdispatchenvenvBoolenvIntfiregetViewRequestisControllerActionisFormRequestConstructorisHeadlessApplicationisHeadlessModeisProductionEnvironmentloadEnvnormalizePathPrefixpathMatchesPrefixprepareHttpServerregisterHttpMiddlewareregisterViewStackresolveHeadlessModeresolveLazyRoutePrefixesrouteservesetAuthApplicationsetBroadcastApplicationsetCacheApplicationsetDbApplicationsetEventApplicationsetGateApplicationsetLangApplicationsetLogApplicationsetMailApplicationsetNotificationApplicationsetPasswordApplicationsetQueueApplicationsetRouteApplicationsetStorageApplicationsetUrlApplicationsetViewApplicationsetViewRequestshouldRegisterViewStackstartDevHotReload
Types
AuthConfigAuthFacadeAuthenticatableBroadcastFacadeCacheFacadeControllerActionControllerConstructorCorsConfigCreateTokenOptionsDbFacadeDevHotReloadOptionsEventConstructorEventListenerRegistrationEventSubscriberConstructorEventsConfigEventsFacadeFormRequestConstructorGateFacadeHealthCheckResultHealthConfigHealthReportHttpConfigLangFacadeLazyProviderRegistrationLazyRoutePrefixResolverListenerCallbackListenerConstructorListenerHandlerLogFacadeMailFacadeNewAccessTokenNotificationsFacadePartialViewOptionsPasswordFacadePrepareHttpServerOptionsPrepareHttpServerResultProviderConstructorQueueConnectionFacadeQueueFacadeRegisterLazyOptionsRouteCacheBootstrapResultRouteFacadeScheduledEventServeOptionsStorageFacadeUrlFacadeViewFacade
Guide
See the Introduction guide for usage examples.