-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package name, author, and description.
- Loading branch information
1 parent
af00550
commit 858deac
Showing
28 changed files
with
307 additions
and
564 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Changelog | ||
|
||
All notable changes to `:package_name` will be documented in this file. | ||
All notable changes to `laravel-cloudflare-cache` will be documented in this file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
|
||
return [ | ||
/** | ||
* Generate global api key. | ||
* | ||
* @see https://dash.cloudflare.com/profile/api-tokens | ||
*/ | ||
'api_key' => env('CLOUDFLARE_CACHE_KEY'), | ||
|
||
/** | ||
* zone_id of your site on cloudflare dashboard. | ||
*/ | ||
'identifier' => env('CLOUDFLARE_CACHE_IDENTIFIER'), | ||
|
||
'debug' => env('CLOUDFLARE_CACHE_DEBUG', false), | ||
]; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.