PHPackages                             hinaloe/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. hinaloe/laravel-line-notify

ActiveLibrary

hinaloe/laravel-line-notify
===========================

LINE Notify Provider for Laravel 5 notification

v0.0.1(9y ago)91.4k5MITPHPPHP &gt;=7.0

Since May 2Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel5 LINE Notify Provider
-----------------------------

[](#laravel5-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 hinaloe/laravel-line-notify

    ```
2. Add `\Hinaloe\LineNotify\LineNotifyServiceProvider` to `config/app.php` or like.
3. Make notifable class (ex User Model entity)

    ```
