I dont know how you were able to keep up with new plugins everyday but all your tuts are very helpful. Thank you very much! I really need this one.
@RobbyAJM5 жыл бұрын
Your voice and your explanation both are clear, thank for this excellent course!
@hendisantika4 жыл бұрын
Nice sample. Do You have sample with delete confirmation with this sweetAlert? If user confirm to delete data then success delete data
@atiquechowdhury89105 жыл бұрын
I needed this as I saw that mine wasn't working with bootstrap modals. TY man. Much appreciated.
@orhanerden54442 жыл бұрын
ALLAH SENDEN RAZI OLSUN ÜSTAD. SENİN KADAR TÜRKÇE ANLATAN OLSA VAR YA
@franciskokruzsosa93004 жыл бұрын
My Case: A confirm dialog, with a function attached to the "Confirm" -button ... Excuse me Mr. Andre, excuse my ignorance, but I have a little problem, it works perfectly for me, for instance when I want to delete a record, if you delete the selected registry, it does send me the notification that it was deleted, but how do I do so it can send me the message of confirmation so i can choose if i want to delete the registry or not. Thank you.
@terryhenyo92165 жыл бұрын
Does your course come with an MP3 version so we can listen to your ASMR voice? :)
@drehimself5 жыл бұрын
Hahaha, will have an ASMR only version for those interested.
@Noone-19804 жыл бұрын
Lol
@mosesket6 ай бұрын
can it be used in livewire, like can the middleware work in livewire validation
@r8ven6555 жыл бұрын
Thank you sir ! So, if I want to return every error message with your toastr, how can I do it?
Amazing tutorial sir. Your explanation is very easy to understand. Do you have a course about laravel from stratch sir ? if you have, I wanna to join.
@mohamadcheaib3 жыл бұрын
Hello Sir My problem is when I redirect from the form action to the posts the alert doesn't appear directly! it appears on the next page! :(
@shadowrealms26762 жыл бұрын
How does this works with confirmation in real rashid version?
@hasbisolutions12674 жыл бұрын
Hi Andre, I am using this plugin an its working fine but when I put it inside validation->fails() block it stops working there I dont know why but can you please me into this ?
@noelkalel4 жыл бұрын
hey andre, any clue how to get confirm window ( "Are you sure"? "Your wont be able to retrieve this record" ) before deleting record?
@juandiegonal19904 жыл бұрын
Swal.fire({ title: 'Are you sure?', text: "You won't be able to revert this!", icon: 'warning', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', confirmButtonText: 'Yes, delete it!' }).then((result) => { if (result.value) { alert('eliminado'); } }) sweetalert2.github.io/#usage
@jhoanborges65745 жыл бұрын
This is my quintessential package.
@drehimself5 жыл бұрын
Thanks for watching!
@DomLayo5 жыл бұрын
Thanks, but pls help me, in the alert i dont see the button "OK" why? in my toast appear in the center of screen and not in the top - right, sorry for my english.
@kirayamato78755 жыл бұрын
Sorry sir, I got problem. When i double click submit, in the same times. i got 2 data in my database? Could you tell me ? How to resolve my bug ?
@newprogrammer18115 жыл бұрын
sir do you have any video of vue-laravel(SPA) with email-verification?
@edwardkristianmangare68084 жыл бұрын
Thanks for make video tutorial laravel, its helpful
@isaactetteh26204 жыл бұрын
Sir, I have used this video to install my sweetalert with my laravel 6, but when I run it offline on my laptop, I get swal not defined. Any help?
@kerjasampinganku4 жыл бұрын
Copy the library, you could googling it. But this an alternative reference to use it online and without hosting Login Form with Google Apps Script - Part 6: Small Improvement in The Sign Menu and Use Sweatalert kzbin.info/www/bejne/emrNhpiLicxnmbs
@mishajib79575 жыл бұрын
Hello bro! How can i use this sweet alert into Form Request. I mean how can I use this with external form request file? Thank YOu
@m_ichsanfajri_saib12532 жыл бұрын
thank you , amazing bro
@nabeeltahir60134 жыл бұрын
Laravel SweetAlert not working inside validation fails block it also not working on redirect to route
@iqbalhossain48785 жыл бұрын
Working. Thank you sir
@arslannaseeb8433 жыл бұрын
beautiful explanation
@AlaAbid-k2i5 жыл бұрын
Thank you Andre
@dmytrokardava26805 жыл бұрын
I mean, these alerts are most usefull for creating responsive behaviour along with AJAX requests, which makes usage of swal in blades kinda... unnecessary? I looks nice, obviously, but the page is reloaded anyway, so imo there's not much point using swal in this way
@nanayawadeh76654 жыл бұрын
Thumbs UP Andre........
@irfanaditya78605 жыл бұрын
not support using laravel 6.4 ?
@VanPetersonKpoti5 жыл бұрын
Thanks for the tutorial
@drehimself5 жыл бұрын
Thanks for watching!
@adityaputra1491 Жыл бұрын
how to delete confirm?
@okikuncoro24025 жыл бұрын
thanks bro madarang
@satriokusuma18975 жыл бұрын
how to change color
@VictorMusvibe4 жыл бұрын
Thank you Sir
@AhmadHassan-ss5un5 жыл бұрын
Thanks a lot
@omarcamargoardila72294 жыл бұрын
Nice, it works to me, but my alert didn't hide, only with click, i'd like you can understand me, * English isn't my laguage :|
@n0mail2day5 жыл бұрын
hmm... but what about the github.com/sweetalert2/sweetalert2 ? is it more relevant! :) thanks!
@ProgrammingwithPeter5 жыл бұрын
Cool package but the use case seems a little bit smaller, the integration on your self with sweet alert should not be a challenge if you are up to using laravel.