Skip to content

Instantly share code, notes, and snippets.

View OscarKolsrud's full-sized avatar
🎉

Oscar Kolsrud OscarKolsrud

🎉
View GitHub Profile
@jonneroelofs
jonneroelofs / SignatureExample.php
Created January 10, 2022 18:44
Wrapping SignaturePad and storing base-64 with Alpine.js and Laravel Livewire
<?php
namespace App\Http\Livewire;
use Illuminate\Support\Str;
use Livewire\Component;
class SignatureExample extends Component
{
public $signature;