All notable changes to laravel-notify
will be documented in this file.
- Notify timeout
- Add Support for PHP 7.4
- Upgrade to Tailwind v2
- Add Support for Laravel 8
Version 2 is Here 🤩 ! Laravel Notify is a package that lets you add custom notifications to your project. A diverse range of notification design with TailwindCSS and TailwindUI.
- TailwindCSS & UI
- AlpineJS
- Notify component for Laravel 7
If you are using Laravel 7 you can now add this on your master blade
<x:notify-messages />
- Config file, remove all animation stuff
- All notify styles, all built with Tailwindcss
- Demo preview UI
- Custom notification title
- Preset notification
- Emotify Notification
- Notify height
- notification position configuration in
config/notify.php
to set where notification should display.
- notify style and javascript
- webpack.mix.js file to set correct path to display assets
- Load unregistred mix asset (/js/app.js) not found
- Destroy notification message after rendering
- compile asset for production
- Everything