Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel toastr option

toastr.options =
                                    {
                                        "closeButton" : true,
                                        "progressBar" : true
                                    }
                    toastr.success(response.message);
 
PREVIOUS NEXT
Tagged: #laravel #toastr #option
ADD COMMENT
Topic
Name
3+1 =