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

@@ -3,7 +3,6 @@
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Articolo extends Model
{
protected $table = 'articoli';
@@ -50,4 +49,6 @@ class Articolo extends Model
{
return $this->qr_code;
}
}