Skip to content

Instantly share code, notes, and snippets.

@simonhamp
simonhamp / MigrateUsers.php
Last active February 1, 2024 10:16
Migrate Statamic v3 file-based users to a database
<?php
/**
* Statamic v3 User Migrator
* @author Simon Hamp <simon.hamp@me.com>
* @copyright Copyright (c) 2021, Simon Hamp
* @license MIT
*/
namespace App\Console\Commands;
use Exception;