Skip to content

Instantly share code, notes, and snippets.

@jcerdan
jcerdan / CookieConsent.php
Created November 29, 2022 19:11 — forked from troccoli/CookieConsent.php
Cookie consent livewire component
<?php
namespace App\Http\Livewire;
use Livewire\Component;
class CookieConsent extends Component
{
public bool $askForConsent;