Refactor documentation: Update README.md with Laravel branding and restructure content; add new DOCUMENTAZIONE.md for comprehensive project details.

This commit is contained in:
2026-01-19 08:24:22 +01:00
parent 9b3d4b61fc
commit ec8955f9b7
5 changed files with 819 additions and 683 deletions

View File

@@ -13,6 +13,7 @@ class ArticoloSeeder extends Seeder
*/
public function run(): void
{
/*
$filePath = base_path('STRUTTURA DATABASE.xlsx');
if (!file_exists($filePath)) {
@@ -21,6 +22,7 @@ class ArticoloSeeder extends Seeder
}
$this->importFromExcel($filePath);
*/
}