Package Data | |
---|---|
Maintainer Username: | ferdhika31 |
Maintainer Contact: | rpl4rt08@gmail.com (Ferdhika Yudira) |
Package Create Date: | 2017-08-12 |
Package Last Update: | 2018-10-04 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-24 03:01:05 |
Package Statistics | |
---|---|
Total Downloads: | 60 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 3 |
Total Open Issues: | 1 |
About the LINE Messaging API
See the official API documentation for more information.
English: https://developers.line.me/en/docs/ Japanese: https://developers.line.me/ja/docs/
Laravel 5.4.* Line Bot
Package Laravel yang berfungsi untuk menghubungkan line sdk.
composer require ferdhika31/laravel-line-bot
Tambahkan Service Provider dan Facade pada config.app
'providers' => [
Ferdhika31\LaravelLineBot\LineBotServiceProvider::class,
]
'aliases' => [
'LineBot' => Ferdhika31\LaravelLineBot\Facades\LineBot::class,
]
php artisan vendor:publish --provider="Ferdhika31\LaravelLineBot\LineBotServiceProvider"