Laravel SweetAlert

  Рет қаралды 49,275

Andre Madarang

Andre Madarang

Күн бұрын

Пікірлер: 54
@jerryjeremy4038
@jerryjeremy4038 5 жыл бұрын
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.
@RobbyAJM
@RobbyAJM 5 жыл бұрын
Your voice and your explanation both are clear, thank for this excellent course!
@hendisantika
@hendisantika 4 жыл бұрын
Nice sample. Do You have sample with delete confirmation with this sweetAlert? If user confirm to delete data then success delete data
@atiquechowdhury8910
@atiquechowdhury8910 5 жыл бұрын
I needed this as I saw that mine wasn't working with bootstrap modals. TY man. Much appreciated.
@orhanerden5444
@orhanerden5444 2 жыл бұрын
ALLAH SENDEN RAZI OLSUN ÜSTAD. SENİN KADAR TÜRKÇE ANLATAN OLSA VAR YA
@franciskokruzsosa9300
@franciskokruzsosa9300 4 жыл бұрын
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.
@terryhenyo9216
@terryhenyo9216 5 жыл бұрын
Does your course come with an MP3 version so we can listen to your ASMR voice? :)
@drehimself
@drehimself 5 жыл бұрын
Hahaha, will have an ASMR only version for those interested.
@Noone-1980
@Noone-1980 4 жыл бұрын
Lol
@mosesket
@mosesket 6 ай бұрын
can it be used in livewire, like can the middleware work in livewire validation
@r8ven655
@r8ven655 5 жыл бұрын
Thank you sir ! So, if I want to return every error message with your toastr, how can I do it?
@juandiegonal1990
@juandiegonal1990 4 жыл бұрын
return back()->with('errors', $validator->messages()->all()[0])->withInput();
@dndhndn
@dndhndn 4 жыл бұрын
Is this package only provide a flash message alert? what if we need a confirm alert for deleting?
@subhanassiddik6320
@subhanassiddik6320 4 жыл бұрын
how about delete confirmation?does have way using this package?
@s.y.cofficial6322
@s.y.cofficial6322 4 жыл бұрын
yes !
@hokagesama5339
@hokagesama5339 5 жыл бұрын
What mouse and keyboard is required for clicking on buttons in the modal, I'm asking because I know HTML and have got big Harddisk.
@drehimself
@drehimself 5 жыл бұрын
media.giphy.com/media/lkdH8FmImcGoylv3t3/giphy.gif
@mohamadarifmujaki3799
@mohamadarifmujaki3799 4 жыл бұрын
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.
@mohamadcheaib
@mohamadcheaib 3 жыл бұрын
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! :(
@shadowrealms2676
@shadowrealms2676 2 жыл бұрын
How does this works with confirmation in real rashid version?
@hasbisolutions1267
@hasbisolutions1267 4 жыл бұрын
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 ?
@noelkalel
@noelkalel 4 жыл бұрын
hey andre, any clue how to get confirm window ( "Are you sure"? "Your wont be able to retrieve this record" ) before deleting record?
@juandiegonal1990
@juandiegonal1990 4 жыл бұрын
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
@jhoanborges6574
@jhoanborges6574 5 жыл бұрын
This is my quintessential package.
@drehimself
@drehimself 5 жыл бұрын
Thanks for watching!
@DomLayo
@DomLayo 5 жыл бұрын
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.
@kirayamato7875
@kirayamato7875 5 жыл бұрын
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 ?
@newprogrammer1811
@newprogrammer1811 5 жыл бұрын
sir do you have any video of vue-laravel(SPA) with email-verification?
@edwardkristianmangare6808
@edwardkristianmangare6808 4 жыл бұрын
Thanks for make video tutorial laravel, its helpful
@isaactetteh2620
@isaactetteh2620 4 жыл бұрын
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?
@kerjasampinganku
@kerjasampinganku 4 жыл бұрын
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
@mishajib7957
@mishajib7957 5 жыл бұрын
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_saib1253
@m_ichsanfajri_saib1253 2 жыл бұрын
thank you , amazing bro
@nabeeltahir6013
@nabeeltahir6013 4 жыл бұрын
Laravel SweetAlert not working inside validation fails block it also not working on redirect to route
@iqbalhossain4878
@iqbalhossain4878 5 жыл бұрын
Working. Thank you sir
@arslannaseeb843
@arslannaseeb843 3 жыл бұрын
beautiful explanation
@AlaAbid-k2i
@AlaAbid-k2i 5 жыл бұрын
Thank you Andre
@dmytrokardava2680
@dmytrokardava2680 5 жыл бұрын
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
@nanayawadeh7665
@nanayawadeh7665 4 жыл бұрын
Thumbs UP Andre........
@irfanaditya7860
@irfanaditya7860 5 жыл бұрын
not support using laravel 6.4 ?
@VanPetersonKpoti
@VanPetersonKpoti 5 жыл бұрын
Thanks for the tutorial
@drehimself
@drehimself 5 жыл бұрын
Thanks for watching!
@adityaputra1491
@adityaputra1491 Жыл бұрын
how to delete confirm?
@okikuncoro2402
@okikuncoro2402 5 жыл бұрын
thanks bro madarang
@satriokusuma1897
@satriokusuma1897 5 жыл бұрын
how to change color
@VictorMusvibe
@VictorMusvibe 4 жыл бұрын
Thank you Sir
@AhmadHassan-ss5un
@AhmadHassan-ss5un 5 жыл бұрын
Thanks a lot
@omarcamargoardila7229
@omarcamargoardila7229 4 жыл бұрын
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 :|
@n0mail2day
@n0mail2day 5 жыл бұрын
hmm... but what about the github.com/sweetalert2/sweetalert2 ? is it more relevant! :) thanks!
@ProgrammingwithPeter
@ProgrammingwithPeter 5 жыл бұрын
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.
@irfanaditya7860
@irfanaditya7860 5 жыл бұрын
Thankyouuuu
@CarlosRodriguez-zd2qc
@CarlosRodriguez-zd2qc 5 жыл бұрын
Nice :)
@drehimself
@drehimself 5 жыл бұрын
Thanks for watching!
@itsrafsanjani
@itsrafsanjani 4 жыл бұрын
That's funny 9:18
Laravel Comments
17:13
Andre Madarang
Рет қаралды 40 М.
Laravel Debugbar
14:28
Andre Madarang
Рет қаралды 35 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Easily Add SweetAlert into Laravel Application
10:09
Laravel Daily
Рет қаралды 43 М.
Laravel 8 REST API With Sanctum Authentication
54:13
Traversy Media
Рет қаралды 553 М.
HTMX in Laravel - AJAX calls with HTML
29:09
Andre Madarang
Рет қаралды 16 М.
Wink - Laravel based Publishing Platform
15:51
Andre Madarang
Рет қаралды 28 М.
Laravel Roles and Permissions: All CORE Things You Need To Know
16:32
Laravel Daily
Рет қаралды 230 М.
Laravel Tutorial For Beginners (Simple User CRUD App)
1:16:13
LearnWebCode
Рет қаралды 222 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН