Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Doesn't work with Laravel Elixer #6

@Chekote

Description

@Chekote

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:

notify-send "Laravel Elixir" "Sass Compiled!" --icon "/var/www/node_modules/laravel-elixir/ingredients/commands/../../icons/laravel.png"

This causes the notify-send-http client to complain that there are too many options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions