Skip to content

Instantly share code, notes, and snippets.

View depsimon's full-sized avatar

Simon Depelchin depsimon

View GitHub Profile
@depsimon
depsimon / UserFactory.php
Created July 18, 2019 11:14
Unique initials from first name & last name in Laravel Model Factory
<?php
/** @var \Illuminate\Database\Eloquent\Factory $factory */
use App\User;
use Illuminate\Support\Str;
use Faker\Generator as Faker;
/*
|--------------------------------------------------------------------------
| Model Factories