Skip to content

Instantly share code, notes, and snippets.

View jhavenz's full-sized avatar

JHavens jhavenz

View GitHub Profile
@jhavenz
jhavenz / $useArray.txt
Last active April 3, 2023 03:52
useArray React Hook
#
@jhavenz
jhavenz / HasHashedPassword.php
Created May 7, 2022 21:00
HasHashedPassword trait, generally for User model
<?php
namespace App\Models\Traits;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Facades\Hash;
/**
* @mixin Model