| Package Data | |
|---|---|
| Maintainer Username: | nunomaduro |
| Maintainer Contact: | enunomaduro@gmail.com (Nuno Maduro) |
| Package Create Date: | 2017-06-12 |
| Package Last Update: | 2025-02-19 |
| Home Page: | http://nunomaduro.com |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:12:01 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,504,661 |
| Monthly Downloads: | 48,095 |
| Daily Downloads: | 1,102 |
| Total Stars: | 473 |
| Total Watchers: | 13 |
| Total Forks: | 42 |
| Total Open Issues: | 6 |
Laravel Desktop Notifier was created by, and is maintained by Nuno Maduro, and is a JoliNotif wrapper for Laravel Console Commands. Works on Linux, Windows & MacOS.
Requires PHP 7.1+
Require Laravel Desktop Notifier using Composer:
composer require nunomaduro/laravel-desktop-notifier
class ZondaCommand extends Command
{
public function handle()
{
$this->notify('Hello Web Artisan', 'Love beautiful code? We do too!');
}
}
Thank you for considering to contribute to Laravel Desktop Notifier. All the contribution guidelines are mentioned here.
You can have a look at the CHANGELOG for constant updates & detailed information about the changes. You can also follow the twitter account for latest announcements or just come say hi!: @enunomaduro
Do you like this project? Support it by donating
Laravel Desktop Notifier is an open-sourced software licensed under the MIT license.