@laravel/echo-vue
Version:
Vue hooks for seamless integration with Laravel Echo.
15 lines (14 loc) • 367 B
text/typescript
export type { ConnectionStatus } from "laravel-echo";
export {
useChannel,
useConnectionStatus,
useEcho,
useEchoModel,
useEchoNotification,
useEchoPresence,
useEchoPublic,
usePresenceChannel,
usePublicChannel,
useSocketId,
} from "./composables/useEcho";
export { configureEcho, echo, echoIsConfigured } from "./config/index";