Giter Club home page Giter Club logo

laravel-desktop-notifier's Introduction

StyleCI Status Build Status Quality Score Latest Version License

About Laravel Desktop Notifier

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.

Installation

Requires PHP 7.2.5+

Require Laravel Desktop Notifier using Composer:

composer require nunomaduro/laravel-desktop-notifier

Usage

Once installed, the notify() method macro will be available in any of your Artisan commands.

class ZondaCommand extends Command
{
    public function handle()
    {
        $this->notify('Hello Web Artisan', 'Love beautiful code? We do too!');
    }
}

You can add an icon to the notification by passing a 3rd argument with the path to the icon:

$this->notify('With a logo!', 'This has a logo', resource_path('path/to/icon.png'));

To learn more about Artisan commands, see the Laravel documentation.

Contributing

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

Support the development

Do you like this project? Support it by donating

License

Laravel Desktop Notifier is an open-sourced software licensed under the MIT license.

laravel-desktop-notifier's People

Contributors

jagroop avatar joaorobertopb avatar m1guelpf avatar nunomaduro avatar octoper avatar owenvoke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.