Tags: fuelviews/laravel-cloudflare-cache
Tags
Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 (#23) * Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix styling * Fix styling --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joshua Mitchener <64335706+thejmitchener@users.noreply.github.com>
Add Artisan facade and clear cache and optimize commands in the packa… …geBooted method of the CloudflareCacheServiceProvider class. These changes were made to improve the performance and clear the cache in the development and production environments. (#19)
Purged Cloudflare cache and added success message (#16) * Purged Cloudflare cache and added success message. * Fix styling * Fix if statement syntax in open-ai-pr-description.yml. The changes were made to ensure that the job runs only if the actor is not Dependabot. --------- Co-authored-by: thejmitchener <thejmitchener@users.noreply.github.com>
Update readme and deps (#8) * Bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v1.6.0...v2.1.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump anothrNick/github-tag-action from 1.67.0 to 1.69.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.67.0 to 1.69.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](anothrNick/github-tag-action@1.67.0...1.69.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.3.1 to 2.4. - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases) - [Commits](aglipanci/laravel-pint-action@2.3.1...2.4) --- updated-dependencies: - dependency-name: aglipanci/laravel-pint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Refactor package name and description to remove the reference to Fuelviews and make it more generic. * Updated the description of the package in composer.json to be more specific to Laravel. Added a new dependency on guzzlehttp/guzzle to support HTTP requests. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update composer.json to include new dependencies and update existing … ( #3) * Update composer.json to include new dependencies and update existing ones. Modify CloudflareCacheClearCommand to handle exceptions when purging the Cloudflare cache. * Fix styling * Added pull_request_target branch filtering to the run-tests.yml workflow file to ensure that tests are only run on the main branch. This change was made to improve the efficiency of the workflow and prevent unnecessary test runs on other branches. --------- Co-authored-by: thejmitchener <thejmitchener@users.noreply.github.com>
Refactored CloudflareCache class, added a new console command to purg… ( #2) * Refactored CloudflareCache class, added a new console command to purge everything, and updated configuration keys for the Cloudflare API. * Fix styling * Refactor config file to use more descriptive variable names and add comments for clarity. --------- Co-authored-by: thejmitchener <thejmitchener@users.noreply.github.com>
Added keywords related to Cloudflare, cache, and PHP to the composer.… …json file for better searchability and categorization.