You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
First, thanks for putting this out there, it's been really helpful!
I'm not having any luck getting it to work with Laravel Elixer though. I'm running the client in a Docker container and the server on my OSX machine, and I can send notifications when I do so manually, such as:
notify-send "Howdy!"
But Laravel Elixer is trying to send two strings to the notify-send command, which works fine with lib notify, but isn't working with notify-send-http:
First, thanks for putting this out there, it's been really helpful!
I'm not having any luck getting it to work with Laravel Elixer though. I'm running the client in a Docker container and the server on my OSX machine, and I can send notifications when I do so manually, such as:
notify-send "Howdy!"But Laravel Elixer is trying to send two strings to the notify-send command, which works fine with lib notify, but isn't working with notify-send-http:
This causes the notify-send-http client to complain that there are too many options.