< Back to all clusters
[TECHNOLOGY] · 2 sources

started · updated

AvalynxToast and Wiretoast add customizable toast notifications for web apps

AvalynxToast is a lightweight, dependency‑free toast notification library that works with Bootstrap 5.3 or newer. It offers a range of toast types (primary, secondary, success, danger, warning, info, light, dark), optional titles, flexible positioning (top‑left, top‑center, top‑right, bottom‑left, bottom‑center, bottom‑right, center), duration control, closeable and auto‑hide options, and a simple JavaScript API. The package can be installed via CDN, npm, or Symfony AssetMapper.

Wiretoast provides Laravel developers with a way to fire toast messages from PHP, Alpine, or plain JavaScript without pulling in a CSS framework. After installing the Composer package and adding its assets through Vite, developers can call a `notify` macro (e.g., `$this->notify('Profile updated','success')`). It supports five toast types, customizable positions, timeouts, and progress bars, delivering consistent notifications across back‑end and front‑end code.

Entities

AvalynxToast · Bootstrap · Laravel · Wiretoast