laravel-channable maintained by deniztezcan
Laravel Channable
A Laravel package for the Channable API.
Instalation
composer require deniztezcan/laravel-channable
Add the facade to the facades array:
'aliases' => [
//other things here
'Channable' => DenizTezcan\Channable\Facades\Channable::class,
];
Finally, publish the configuration files:
php artisan vendor:publish --provider="DenizTezcan\Channable\ChannableServiceProvider"
Configuration
Please set your API key: CHANNABLE_BEARER_TOKEN and CHANNABLE_COMPANY_ID in your .env file.