2017 © Pedro Peláez
 

plugin laravel-line-bot

Laravel 5.4.* line bot packages.

image

ferdhika31/laravel-line-bot

Laravel 5.4.* line bot packages.

  • Saturday, August 12, 2017
  • by ferdhika31
  • Repository
  • 1 Watchers
  • 1 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

About the LINE Messaging API, (*1)

See the official API documentation for more information., (*2)

English: https://developers.line.me/en/docs/ Japanese: https://developers.line.me/ja/docs/, (*3)

Laravel Line Bot

Laravel 5.4.* Line Bot, (*4)

Package Laravel yang berfungsi untuk menghubungkan line sdk., (*5)

Instalasi

Install dan Daftarkan Package

composer require ferdhika31/laravel-line-bot, (*6)

Tambahkan Service Provider dan Facade pada config.app, (*7)

'providers' => [

    Ferdhika31\LaravelLineBot\LineBotServiceProvider::class,

]
'aliases' => [

    'LineBot'  => Ferdhika31\LaravelLineBot\Facades\LineBot::class,

]

Publish config

php artisan vendor:publish --provider="Ferdhika31\LaravelLineBot\LineBotServiceProvider"

## Penggunaan

The Versions

12/08 2017

dev-master

9999999-dev

Laravel 5.4.* line bot packages.

  Sources   Download

MIT

The Requires

 

by Ferdhika Yudira

12/08 2017

0.1

0.1.0.0

Laravel 5.4.* line bot packages.

  Sources   Download

MIT

The Requires

 

by Ferdhika Yudira