Skip to content

v2.1.0

Compare
Choose a tag to compare
@sebdesign sebdesign released this 03 Nov 19:57
· 51 commits to master since this release
6d03fe8

Add support for authentication with an API token

Upgrade guide:

If you want to use an API token instead of an API key, add the following to your cloudflare.php configuration file:

/**
 * API token generated from the User Profile 'API Tokens' page.
 */
'token' => env('CLOUDFLARE_TOKEN'),

And then add your API token to the CLOUDFLARE_TOKEN in your .env file.