Skip to content

Latest commit

 

History

History
116 lines (92 loc) · 2.36 KB

File metadata and controls

116 lines (92 loc) · 2.36 KB

Tecnologie

Questo documento descrive le tecnologie principali utilizzate nel modulo CMS.

Core

Laravel 11.x

Filament 3.x

Laravel Volt

Laravel Folio

Database

MySQL/PostgreSQL

Redis

  • Cache distribuita
  • Code e jobs
  • Pub/Sub
  • Redis Docs

Frontend

TailwindCSS

  • Utility-first CSS
  • Componenti riutilizzabili
  • Responsive design
  • Tailwind Docs

Alpine.js

  • Framework JavaScript leggero
  • Interattività client-side
  • Integrazione con Livewire
  • Alpine.js Docs

Development

PHPStan

  • Analisi statica del codice
  • Type checking
  • Best practices
  • PHPStan Docs

Pest

  • Framework di testing
  • Test espressivi
  • Coverage report
  • Pest Docs

PHP CS Fixer

  • Code style automatico
  • PSR-12 compliance
  • Configurazione personalizzabile
  • PHP CS Fixer Docs

Deployment

Docker

  • Containerizzazione
  • Ambiente isolato
  • Orchestrazione
  • Docker Docs

GitHub Actions

Monitoring

Sentry

  • Error tracking
  • Performance monitoring
  • Real-time alerts
  • Sentry Docs

Telescope

Collegamenti