How to use SweetAlert with Laravel Application - #Laravel

preview_player
Показать описание
The aim of this video is to give you the demonstration of how you can use sweetalert in laravel application.

Package Github:

Package Guide:

I hope this video will help you in any manner that how you can use sweet alert with laravel package.

If you got any problems, questions or something mention below in the comment box below.

Thanks!
Рекомендации по теме
Комментарии
Автор

It's having issues on Laravel 11, It works sometimes, and other times it stops working.

ZinnaTony
Автор

Thank you for this bro. Really help me with these. Keep upthe good work!🤗❤️i subscribe already

earljando
Автор

why delete method are not working by using documentions

RakibHasan-pote
Автор

Sometimes it works on Laravel 11 and sometimes it stops for no reason without error log. What can be done?

ZinnaTony
Автор

how can i use to confirm-aler , this dont function for me :
$title = 'ELiminar producto!';
$text = "Esta seguro que quiere eliminarlo?";
confirmDelete($title, $text);
$product->delete();
return redirect(route('products'));

davidcardenas
Автор

is it gonna work with AJAX requests???

tusharnain