Skip to content

Releases: sebdesign/artisan-cloudflare

v2.4.0

07 Sep 17:09
Compare
Choose a tag to compare

Add support for Laravel 8

v2.3.0

09 Jul 20:12
Compare
Choose a tag to compare
  • Add support for Guzzle 7

v2.2.1

09 Jul 09:55
9d9dc02
Compare
Choose a tag to compare
  • Better instructions for config

v2.2.0

03 Mar 21:45
Compare
Choose a tag to compare
  • Add support for Laravel 7

v2.1.0

03 Nov 19:57
6d03fe8
Compare
Choose a tag to compare

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.

v2.0.1

05 Sep 18:19
Compare
Choose a tag to compare

Fix deference of the service provider for Laravel 6.0

v2.0.0

02 Sep 18:04
Compare
Choose a tag to compare
  • Add support for Laravel 6.0
  • Drop support for Laravel <5.5 and PHP <7.1

v1.4.0

06 Aug 16:37
Compare
Choose a tag to compare

Add support for Laravel 6.0

v1.3.0

15 Feb 21:01
c7c467e
Compare
Choose a tag to compare

Add support for Laravel 5.8

v1.2.3

04 Sep 20:46
Compare
Choose a tag to compare

Fix register method call in Laravel 5.7