Send desktop notifications
Laravel Zero provides a notify
method that gives the power of sending desktop notifications
from your Artisan command:
$this->notify("Hello Web Artisan", "Love beautiful..", "icon.png");
The code above will generate the following notification in your desktop:
Get more details: https://github.com/nunomaduro/laravel-desktop-notifier.