#Laravel

Laravel'de Socialite ile Microsoft Hesabıyla Giriş

Socialite ile Microsoft hesabıyla giriş: Azure AD kaydı, callback handler, kullanıcı eşleştirme, production kontrol listesi.

Docker ile Laravel Scheduler: Cron Job'ları Container'da Çalıştırmak

Docker ortamında Laravel scheduler çalıştırmak: ayrı container yaklaşımı, Dockerfile, Nginx config, health check ve production ipuçları.

Laravel Testing: Feature ve Unit Test Rehberi

Laravel uygulamalarında test yazmanın önemi ve PHPUnit/Pest ile test stratejileri.

Docker'da Laravel Queue: Job Oluşturma, Worker Yönetimi ve Hata Kontrolü

Docker'da queue worker kurulumu, job oluşturma, failed jobs yönetimi, batching, Horizon monitoring ve production checklist.

Laravel'de Custom Validation Rule Yazma

Custom validation rule yazma: TC kimlik, IBAN, telefon, iş günü kontrolü. Parametreli rule, closure rule ve Form Request entegrasyonu.

Laravel'de Custom Helper Fonksiyonları Yazmak

Custom helper fonksiyonları: format_price, turkish_date, active_class. Composer autoload, function_exists guard ve best practice'ler.

Laravel'de Excel ve CSV Import/Export İşlemleri

Maatwebsite/Excel ile import/export: FromQuery, WithHeadingRow, validation, chunk reading, queue ve şablon indirme.

Laravel'de Fatura PDF Oluşturma

barryvdh/laravel-dompdf ile fatura PDF oluşturma: Blade template, inline CSS, mail ile gönderme ve performans ipuçları.

Laravel'de S3 Mantığında Yerel Object Storage Sistemi

UUID tabanlı object ID, bucket sistemi, presigned URL ve çok katmanlı güvenlik. S3 mantığını kendi sunucunuzda Laravel ile kurun.