PHPackages                             rc1021/laravel-line-notify - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. rc1021/laravel-line-notify

ActiveLibrary

rc1021/laravel-line-notify
==========================

LINE Notify Provider for Laravel notification

v1.1.0(4y ago)0510MITPHPPHP &gt;=7.0

Since May 2Pushed 4y agoCompare

[ Source](https://github.com/rc1021/laravel-line-notify)[ Packagist](https://packagist.org/packages/rc1021/laravel-line-notify)[ RSS](/packages/rc1021-laravel-line-notify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Laravel LINE Notify Provider
----------------------------

[](#laravel-line-notify-provider)

[LINE Notify](https://notify-bot.line.me) Provider for Laravel 5.3+ Notification.

### Requirements

[](#requirements)

- PHP 7.0+
- Laravel 5.3+ (Recommend 5.4+)

Usage
-----

[](#usage)

1. install package

    ```
    $ composer require rc1021/laravel-line-notify

    ```
2. Make notifable class (ex User Model entity)

    ```
