2017-07-09 14 views

答えて

0

ボイジャーはtoastrライブラリを使用して、あなたは、次の方法を使用して、イベントとしてそれを発射することができ、単純にそれを使用する:

Toastr::warning($message, $title = null, $options = []) - add a warning toast 
Toastr::error($message, $title = null, $options = []) - add an error toast 
Toastr::info($message, $title = null, $options = []) - add an info toast 
Toastr::success($message, $title = null, $options = []) - add a success toast 
Toastr::add($type: warning|error|info|success, $message, $title = null, $options = []) - add a toast 
Toastr::clear() - clear all current toasts 
関連する問題