# Laravel Inertia Toast ## Docs - [Customization](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/advanced/customization.md): Customize toast appearance, duration, and behavior to match your application's needs - [Toast positions](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/advanced/positions.md): Configure where toasts appear on screen with six different position options - [Tailwind CSS setup](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/advanced/tailwind-setup.md): Configure Tailwind CSS to detect and generate classes used by the toast components - [Toast facade](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/php/toast-facade.md): The Toast facade provides a convenient static interface for creating toast notifications in Laravel - [toast() helper](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/php/toast-helper.md): The toast() helper function provides a fluent interface for creating toast notifications - [Toaster class](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/php/toaster-class.md): The core Toaster class that manages toast notifications in Laravel Inertia Toast - [Components](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/react/components.md): UI components for rendering toast notifications - [useToast](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/react/hooks.md): React hook for programmatically triggering toast notifications - [ToastProvider](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/react/provider.md): Context provider that enables toast notifications in your React application - [Enums](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/types/enums.md): PHP enum types used in Laravel Inertia Toast - [Interfaces](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/types/interfaces.md): TypeScript interfaces for Vue and React components - [Components](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/vue/components.md): Vue components for rendering toast notifications - [Composables](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/vue/composables.md): Vue composables for programmatic toast control - [Plugin](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/api/vue/plugin.md): Configure and install the InertiaToast Vue 3 plugin - [React](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/frameworks/react.md): Set up Laravel Inertia Toast with React - [Vue 3](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/frameworks/vue.md): Set up Laravel Inertia Toast with Vue 3 - [Installation](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/installation.md): Install and configure Laravel Inertia Toast for your Laravel + Inertia.js application - [Introduction](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/introduction.md): Beautiful toast notifications for Laravel + Inertia.js applications with Vue 3 and React support. - [Quickstart](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/quickstart.md): Get your first toast notification working in minutes - [Client-side usage](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/usage/client-side.md): Trigger toast notifications from your Vue or React components using the useToast composable/hook - [Configuration](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/usage/configuration.md): Configure toast behavior and appearance for both backend and frontend - [Server-side usage](https://veekthoven-laravel-inertia-toast-24-61.mintlify.app/usage/server-side.md): Trigger toast notifications from your Laravel backend using the Toast facade or toast() helper