// Notes
Blog
Insights on AI, engineering, and building products
Filter by category:
Filter by tag:
Replacing Laravel Flash Messages with Sonner Toast Notifications Using Laravel Sooner
Laravel's session flash messages work, but they are not beautiful. Sonner is one of the best toast notification libraries available — but wiring it into a PHP-first Laravel application has always been unnecessarily complex. Laravel Sooner fixes that with a fluent PHP API that makes dispatching beautiful toasts as simple as calling a static method.
Why You Should Replace Browser alert() and confirm() Dialogs Today
Every web developer has shipped `alert()` and `confirm()` calls in production at some point. They work, but they look terrible, cannot be styled, block the JavaScript event loop, and signal to users that the application is not production-quality. Alertify.js is the drop-in replacement that fixes all of that in minutes.