dev-master
9999999-devLaravel 5.4.* line bot packages.
MIT
The Requires
by Ferdhika Yudira
0.1
0.1.0.0Laravel 5.4.* line bot packages.
MIT
The Requires
by Ferdhika Yudira
Laravel 5.4.* line bot packages.
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 5.4.* Line Bot, (*4)
Package Laravel yang berfungsi untuk menghubungkan line sdk., (*5)
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, ]
php artisan vendor:publish --provider="Ferdhika31\LaravelLineBot\LineBotServiceProvider"
Laravel 5.4.* line bot packages.
MIT
Laravel 5.4.* line bot packages.
MIT