Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 711 Bytes

send-desktop-notifications.md

File metadata and controls

24 lines (18 loc) · 711 Bytes
title description extends section
Send desktop notifications
Send desktop notifications
_layouts.documentation
content

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:

<img src="https://raw.githubusercontent.com/nunomaduro/laravel-desktop-notifier/stable/docs/icon.png" class="md:w-4/5 md:mx-auto"

Get more details: https://github.com/nunomaduro/laravel-desktop-notifier.