Owen Voke
Owen Voke
Thanks, I'll try and take a look soon using MongoDB. 👍🏻 Ok, I just pushed some changes to my repro repo, and can confirm that I can reproduce the issue...
@jamesdube, if you need any help with Laravel Zero I'd be happy to help. 👍
On Firefox, I actually prefer the default. But I think that's just because it fits nicely with the rest of the light theme.
Regarding "Hide command that we ran", is there any way we can have this as a toggle / config? Or have a button to pop up the command that was...
I think this might be because `it()` adds `it` to the start of the test name. Try using `test()` for these as then the name will read correctly. It looks...
Not really, under the hood this package uses [JoliNotif](https://github.com/jolicode/JoliNotif), so unless there was support for it in that, I don't think we can really do this.
Hmm. I think it's quite clear from the example This package just adds a `$this->notify()` method to commands, which is demonstrated in the README. Any specific changes you'd like to...
You can't use it in a controller, as it's a command macro. 👍🏻 Also, it wouldn't work in a web route as it's designed for command-line usage (in Artisan). https://github.com/nunomaduro/laravel-desktop-notifier/blob/c0ddf9b187d18efb12869abc0e4f4e86c150e0e6/src/LaravelDesktopNotifierServiceProvider.php#L39...
I've updated the docs as part of v2.5.1, does that make it clearer?
@shailesh-ladumor, just to check, what OS are you using?