alt.hn

2/26/2026 at 8:46:31 AM

Laravel Inertia Toast

https://github.com/veekthoven/laravel-inertia-toast

by veekthoven

2/26/2026 at 8:46:31 AM

An opinionated package that provides beautiful toast notifications for Laravel + Inertia.js applications. Fluent PHP API, multi-toast support, redirect-safe, with Vue 3 and React adapters.

Toast notifications can can be triggered from both your backend (PHP) and frontend (JavaScript). Use Toast::success('Saved!') in your controllers or useToast().success('Copied!') in your components. Same beautiful toasts either way.

by veekthoven