Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Tall Toasts Laravel Package

usernotnull/tall-toasts

Beautiful, customizable toast notifications for Laravel + Livewire (TALL stack). Trigger toasts globally from controllers, Blade, Livewire components, Alpine, or plain JS. Lightweight UI with Tailwind styling, themes, positions, and stacking behavior.

View on GitHub
Deep Wiki
Context7
v2.1.0

What's Changed

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v2.0.1...v2.1.0

v2.0.1

Critical fix for rendering toasts, thanks @jacksontong

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v2.0.0...v2.0.1

v2.0.0

TLDR;

Added support for Livewire V3. Thanks @r2luna!

What's Changed

New Contributors

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v1.7.1...v2.0.0

v1.7.1

Bug Fixes

  • Fixed: JS Notification: no duration for danger #406

What's Changed

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v1.7.0...v1.7.1

v1.7.0

What's New

Added Feature: Per notification duration Please look at the readme for examples of adding duration and sticky behavior (toast won't disappear except if clicked).

What's Changed

New Contributors

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v1.6.0...v1.7.0

v1.6.0

What Changed

  • Support for Laravel 10
  • Minor fix for dark styled toast on mouse hover

New Contributors

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v1.5.1...v1.6.0

v1.5.1

What's Changed

New Contributors

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v1.5.0...v1.5.1

v1.5.0

What's Changed

  • Added support for RTL
  • Minor UI tweak for dark mode.

Dependency Updates

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v1.4.0...v1.5.0

v1.4.0

What's Changed

Added support for Laravel v9.x

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v1.3.0...v1.4.0

v1.3.0

What's Changed

Feature

debug method added which will also print the result in the console (silent in a production environment)

// JS
Toast.debug('I will NOT show in production! Locally, I will also log in console...', 'A Debug Message');
// PHP
toast()
    ->debug('I will NOT show in production! Locally, I will also log in console...', 'A Debug Message')
    ->push();

// debug also accepts objects as message
toast()
    ->debug(User::factory()->createOne()->only(['name', 'email']), 'A User Dump')
    ->push();

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v1.2.1...v1.3.0

v1.2.1

What's Changed

Fixes

  • Avoid showing 'undefined' as toast title/message in rare situations.

Library Updates

Full Changelog: https://github.com/usernotnull/tall-toasts/compare/v1.2.0...v1.2.1

v1.2.0
  • [FEATURE] Sanitization of the toast title and message is now optional and enabled by default.
toast()
    ->danger('I will go…<br><i>to the next line 💪</i>', 'I am <span style="color:red;">HOT</span>')
    ->doNotSanitize()
    ->push();

IF you have previously published the vendor views, you should re-publish them, or just change x-text to x-html inside includes\content.blade.php

See the documentation's Text Sanitization, and review the security best practices.

v1.1.2

What's Changed

Fixes

  • Fixed container view which was not allowing click-through between and around toasts.

Full Changelog: https://github.com/usernotnull/tall-toasts/commits/v1.1.2

v1.1.1

What's Changed

Fixes

  • Fixed a rare race condition between frontend and backend which caused an infinite loop of livewire requests

Full Changelog: https://github.com/usernotnull/tall-toasts/commits/v1.1.1

v1.1.0

What's Changed

New Features

  • Ability to delay toasts with pushOnNextPage()
  • Make session keys configurable

Fixes

  • Issue with dispatchBrowserEvent if called in same livewire request with a toast notification

Full Changelog: https://github.com/usernotnull/tall-toasts/commits/v1.1.0

v1.0.0

✨ First public release!

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport