Unclaimed project
Are you a maintainer of livewire-alert? Claim this project to take control of your public changelog and roadmap.
Changelog
SweetAlert2 integration for Livewire
Last updated 4 months ago
allowOutsideClick method with boolean type parameter "allowed" default is trueallowEscapeKey method with boolean type parameter "allowed" default is truenull parameter type on timer methodFor example, if you don't want to close alert on outside click, escape key and disable auto close.
LivewireAlert::question()
->title("Are you sure do you want to approve proposal?")
->allowOutsideClick(false) // new method
->allowEscapeKey(false) // new method
->timer(null) // You can pass null now instead of only integer and that disables auto closing
Full Changelog: https://github.com/jantinnerezo/livewire-alert/compare/4.0.5...v4.0.6
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
☁️ Nextcloud server, a safe home for all your data
Laravel is a web application framework with expressive, elegant syntax.