bpocallaghan / laravel-admin-starter

A Laravel Admin Starter project with Page Builder, Roles, Impersonation, Analytics, Blog, News, Banners, FAQ, Testimonials and more
http://bpocallaghan.co.za
341 stars 92 forks source link

Do you have any way to trigger your flash notifications from javascript. #3

Closed haider-pw closed 7 years ago

haider-pw commented 7 years ago

Nice job. very nice work there.

What i want to ask, do you know of any way of modifying this flash library in a way so that it triggers the notification from js.

bpocallaghan commented 7 years ago

Hi @pakistanihaider

Thank you, If I understand you correctly.

The package's notify.js

I use it when you update the navigation order for the website or admin.

You can call the notify function from javascript like: notify('Title', 'Message', 'info');

But perhaps it might be good to give it an update to allow to override the icons / sound as well.