Installation
Installing Wavel for Laravel and stand alone
Download
Use composer in order to download Wavel
composer require ardzz/wavel
Configuration for Laravel
Publish vendor
php artisan vendor:publish --provider="Ardzz\\Wavel\\WavelServiceProvider"
Configuration of environment
Key
Description
Required/Optional
WAVEL_HOST
Host of easy API Open WA
Required
WAVEL_API_KEY
Api key of easy API Open WA (if you set the Api key, then this key will be required)
Optional
WAVEL_PROXY
The proxy will be used on each request into Host easy API Open WA
Optional
Example .env configuration
WAVEL_HOST=http://wavel.ardzz.codes:2019
WAVEL_API_KEY=V3ryS3cR3t
Configuration for Standalone
Standalone no need configuration
Last updated
Was this helpful?