From 42149d8247da7e443795db7709c3a3e793138ec6 Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 15 Jan 2026 13:17:57 +0000 Subject: [PATCH] Install `nexxai/laravel-cfcache` --- .env.example | 3 +++ composer.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3d8e7c00e..c2f4e8bb8 100644 --- a/.env.example +++ b/.env.example @@ -243,3 +243,6 @@ TMUX_USE_POWERLINE=true TMUX_USE_NERD_FONTS=true TMUX_TERMINAL=tmux-256color + +CFCACHE_API_TOKEN= +CFCACHE_ZONE_ID= \ No newline at end of file diff --git a/composer.json b/composer.json index 3016a3bb9..e4385ee3d 100644 --- a/composer.json +++ b/composer.json @@ -119,7 +119,8 @@ "nunomaduro/collision": "^8.6", "php-coveralls/php-coveralls": "^2.4", "phpunit/phpunit": "^12.1.0", - "rector/rector": "^2.0" + "rector/rector": "^2.0", + "nexxai/laravel-cfcache": "^1.0" }, "suggest": { "ext-gd": "to use GD library based image processing.",