Looking to hire Laravel developers? Try LaraJobs

laravel-channable maintained by deniztezcan

Description
Laravel package for the Channable API
Author
Last update
2023/07/12 09:41 (dev-master)
License
Downloads
15
Tags

Comments
comments powered by Disqus

Laravel Channable

Latest Stable Version Total Downloads Latest Unstable Version License Maintainability

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.