nunomaduro/laravel-desktop-notifier

Notification Title & Icon Issues

RichieMcMullen opened this issue · 2 comments

Works fine on iMac. The notification window title (not the message title) says Script Editor. Would be nice to be able to set that to something else.

Also, I cannot get the icon to display. Im using the resource_path, I've tried public_path, absolute url etc... nothing seems to set the icon.

On Mac, you need to use Terminal Notifier in order for the title and icon to be displayed. I thought I'd added a note, but that was in Laravel Zero.

Feel free to add a note regarding this to the README, if not I'll add one when I get time. 👍🏻

Ok thanks for your quick response!