Skip to content

Instantly share code, notes, and snippets.

View newtonjob's full-sized avatar
🧑‍🍳
Cooking

Newton Job newtonjob

🧑‍🍳
Cooking
View GitHub Profile
<?php
namespace App\Models\Concerns;
use Illuminate\Database\Eloquent\Casts\Attribute;
use Illuminate\Http\UploadedFile;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Uri;
trait HasPhoto
@newtonjob
newtonjob / MagicLoginLink.php
Created March 21, 2025 14:38
Magic login link using Laravel's `Password` broker