sweet-alert icon indicating copy to clipboard operation
sweet-alert copied to clipboard

A simple PHP package to show SweetAlerts with the Laravel Framework

Results 20 sweet-alert issues
Sort by recently updated
recently updated
newest added

I am using Sweetalert with a Vue modal. When I click Submit on the modal form, the alert pops up. That works fine. However, if I accidentally click where the...

Hello, In my application there can be several users (on different computers) accessing the same page (GIS). I'm currently using SweetAlert to send a notification when a new alarm is...

hey how i can remove ok button ??

I followed the installation instructions but I continue to receive the js error ``` can't find variable: swal ``` ### bootstrap.js ``` ... try { window.Popper = require('popper.js').default; window.$ =...

**i used use** UxWeb\SweetAlert\SweetAlert; SweetAlert::success('Success Message', 'Added Done '); **i used in blade.php** @include('sweet::alert') **i used in** // config/app.php 'providers' => [ UxWeb\SweetAlert\SweetAlertServiceProvider::class, ]; 'aliases' => [ 'Alert' => UxWeb\SweetAlert\SweetAlert::class,...

bug
help wanted

I would like to propose migrating from SweetAlert to [SweetAlert2](https://github.com/sweetalert2/sweetalert2) - the supported fork of SweetAlert. The original reason for creating SweetAlert2 is the inactivity of SweetAlert: https://stackoverflow.com/a/27842854/1331425 ### Reasons...

enhancement
help wanted

Hey bro, I saw that you haven't been active on GitHub in a while. Just wanted to reach out and say hi and see how you're doing. I know you're...