riczescaran/laravel-line-bot

LINE Message API for Laravel

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 185

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/riczescaran/laravel-line-bot

1.0 2017-11-15 04:16 UTC

This package is not auto-updated.

Last update: 2023-05-18 19:56:46 UTC


README

Install package via composer:

composer require riczescaran/laravel-line-bot

Publish config file:

php artisan vendor:publish --provider="Riczescaran\LaravelLineBot\LineServiceProvider" --tag="config"

Add to your config/app.php:

Riczescaran\LaravelLineBot\LineServiceProvider::class,