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