PHPackages                             energyweapons/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. energyweapons/laravel-line-notify

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

energyweapons/laravel-line-notify
=================================

LINE Notify Provider for Laravel 7 notification

1.0(3y ago)19MITPHPPHP ^8.1

Since Mar 3Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel 7.x LINE Notify Provider
--------------------------------

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

LINE Notify Provider for Laravel 7.x Notification.

### Requirements

[](#requirements)

- PHP &gt;= 7.2.5
- Laravel 7.x (Recommend 7.x)

Usage
-----

[](#usage)

1. install package

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

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

    ```
