Package Data | |
---|---|
Maintainer Username: | o0x00 |
Maintainer Contact: | 2213531641@qq.com (sscs) |
Package Create Date: | 2017-04-12 |
Package Last Update: | 2017-11-22 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:17:21 |
Package Statistics | |
---|---|
Total Downloads: | 6 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
sweetalert for laravel package.beautiful replacement for JavaScript's "Alert"
test
rely:
script src : https://cdn.bootcss.com/sweetalert/1.1.3/sweetalert-dev.min.js
css link : https://cdn.bootcss.com/sweetalert/1.1.3/sweetalert.min.css
/**
Example.
use Alert\Alert;
return Alert::Alert('title','message','success');
*/
/**
static public function Alert($title,$message,$state){};
/**
static public function BasisMessage($message = ''){};
/**
static public function ajax($title,$text,$back_function){};