++ Primo Caricamento

This commit is contained in:
2026-03-30 19:15:13 +02:00
commit 663a68d59b
47 changed files with 3561 additions and 0 deletions

10
bootstrap/providers.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
// bootstrap/providers.php
// Lista dei Service Provider dell'applicazione.
// Un Service Provider è una classe che "registra" funzionalità in Laravel
// (binding nel container, event listener, comandi artisan, ecc.)
return [
App\Providers\AppServiceProvider::class,
];