Added SEO attributes and extended localization

- Added `#[SeoDataAttribute]` annotations to Livewire components for SEO management.
- Extended translations in English, Spanish, and German for better localization support.
This commit is contained in:
HolgerHatGarKeineNode
2025-11-22 22:36:46 +01:00
parent d359dd56b0
commit a5dafc67df
32 changed files with 405 additions and 37 deletions

View File

@@ -2,10 +2,12 @@
namespace App\Livewire\Helper;
use App\Attributes\SeoDataAttribute;
use App\Traits\SeoTrait;
use Livewire\Component;
use RalphJSmit\Laravel\SEO\Support\SEOData;
#[SeoDataAttribute(key: 'follow_the_rabbit')]
class FollowTheRabbit extends Component
{
use SeoTrait;