16/11
2015
Wallogit.com
2017 © Pedro Peláez
A package that provides a simple Alerts
Cara install ?, (*1)
<script src="/sweetalert/dist/sweetalert.min.js"></script> , <link rel="/sweetalert/stylesheet" type="text/css" href="dist/sweetalert.css">
cara penggunaan :, (*2)
basic :
<?php echo sweet::alert(['title' => 'this title' , 'text' => 'Hello World' ,'type' => 'success']) ?> atau {!! sweet::alert(['title' => 'this title' , 'text' => 'Hello World' ,'type' => 'success']) !!}, (*3)