Level 4
Sorry it works!! You dont see the line, when the app is running in APP_DEBUG=FALSE. You can see this in the config of responseCache.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello Team,
I setting up "responseCache" Spatie Package on my local server. It works perfect. I can see the "header" in Chrome tools:
laravel-responsecache: Tue, 20 Oct 2020 06:40:51 +0200
All works!!
Now i make a Deploy on forge, and i get no errors. All its okay. But i dont see the response cache on chrome tools on production server. I dont know why. Forge deploy settings is standart. Have anyone a idea?
git pull origin main
$FORGE_COMPOSER install --no-interaction --prefer-dist --optimize-autoloader
( flock -w 10 9 || exit 1
echo 'Restarting FPM...'; sudo -S service $FORGE_PHP_FPM reload ) 9>/tmp/fpmlock
if [ -f artisan ]; then
$FORGE_PHP artisan migrate --force
fi
Sorry it works!! You dont see the line, when the app is running in APP_DEBUG=FALSE. You can see this in the config of responseCache.
Please or to participate in this conversation.