zepson / livewire-alert
This package provides a simple alert utilities for your livewire components.
Requires
- php: ^7.1|^7.2|^7.3|^7.4|^8.0
- illuminate/support: ^5.5 || ^6.0 || ^7.0 || ^8.0
- livewire/livewire: ^2.0
This package is auto-updated.
Last update: 2024-12-20 06:46:45 UTC
README
This package provides a simple alert utilities for your livewire components. Currently using SweetAlert2 under-the-hood. You can now use your favorite SweetAlert2 without writing any custom Javascript. Looking forward to integrate other Javascript alert libraries, feel free to contribute or suggest any libraries.
🚀 Installation
You can install the package via composer:
composer require jantinnerezo/livewire-alert
📄 Documentation
Visit the new Livewire Alert documentation page https://livewire-alert.jantinnerezo.com for more details and playable demo.
💻 Contributors
♻️ Changelog
Please see CHANGELOG for more information what has changed recently.
🔨 Contributing
Please see CONTRIBUTING for details.
🔒 Security
If you discover any security related issues, please email erezojantinn@gmail.com instead of using the issue tracker.
🏷️ License
The MIT License (MIT). Please see License File for more information.