Skip to content

Instantly share code, notes, and snippets.

@digiageltd
digiageltd / CookieConsent.php
Created June 5, 2024 15:48 — forked from troccoli/CookieConsent.php
Cookie consent livewire component
<?php
namespace App\Http\Livewire;
use Livewire\Component;
class CookieConsent extends Component
{
public bool $askForConsent;