Sistem Açma / Kapama Kılavuzu
26 Aralık 2025
Debugbar: Sayfanın altında çıkan, sorguları, süreleri gösteren araç çubuğu.
Telescope: Tüm istekleri, hataları, sorguları kaydeden detaylı izleme paneli.
Bu araçlar performansı düşürür, sadece geliştirme/debug için açın!
Aşağıdaki prompt'ları kopyalayıp Claude'a yapıştırın:
debugbar ve telescope'u aktifleştir
debugbar ve telescope'u kapat, production moduna dön
telescope'u sadece muzibu (1001) için aktif et
veya
telescope'u tüm tenant'lar için aktif et
veya
telescope tenant filtresini 1001,2 olarak ayarla
telescope verilerini temizle
debug araçlarının mevcut durumunu kontrol et
# Dosya: /var/www/vhosts/tuufi.com/httpdocs/.env
# Şu satırları bul ve değiştir:
APP_DEBUG_TOOLS=true → APP_DEBUG_TOOLS=false
# Opsiyonel: Telescope tenant filtresini de kaldır
TELESCOPE_TENANT_IDS=1001 → TELESCOPE_TENANT_IDS=
php artisan config:clear
php artisan cache:clear
curl -s -k https://ixtif.com/opcache-reset.php
sed -i 's/^APP_DEBUG_TOOLS=true/APP_DEBUG_TOOLS=false/' /var/www/vhosts/tuufi.com/httpdocs/.env && php artisan config:clear && php artisan cache:clear && curl -s -k https://ixtif.com/opcache-reset.php > /dev/null && echo "✅ Debug araçları kapatıldı"
# Dosya: /var/www/vhosts/tuufi.com/httpdocs/.env
APP_DEBUG_TOOLS=false → APP_DEBUG_TOOLS=true
# Telescope için tenant filtresi (opsiyonel):
TELESCOPE_TENANT_IDS=1001 # Sadece Muzibu
TELESCOPE_TENANT_IDS=1001,2 # Muzibu + İxtif
TELESCOPE_TENANT_IDS= # Tüm tenant'lar (boş)
php artisan config:clear
php artisan cache:clear
curl -s -k https://ixtif.com/opcache-reset.php
sed -i 's/^APP_DEBUG_TOOLS=false/APP_DEBUG_TOOLS=true/' /var/www/vhosts/tuufi.com/httpdocs/.env && php artisan config:clear && php artisan cache:clear && curl -s -k https://ixtif.com/opcache-reset.php > /dev/null && echo "✅ Debug araçları açıldı"
| Değer | Sonuç |
|---|---|
| 1001 | Sadece Muzibu kaydedilir |
| 1001,2 | Muzibu + İxtif kaydedilir |
| 2 | Sadece İxtif kaydedilir |
| (boş) | Tüm tenant'lar kaydedilir |
php artisan telescope:clear
https://ixtif.com/telescope
Sayfa altında otomatik görünür
Response cache tenant bazlı çalışıyor ve .env'den bağımsız:
Ayar: Admin Panel → Settings → response_cache_enabled
Dosyalar: