Refactor documentation: Update README.md with Laravel branding and restructure content; add new DOCUMENTAZIONE.md for comprehensive project details.
This commit is contained in:
@@ -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);
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user