insert( 'users.json', [ 'id' => 1, 'username' => 'admin', 'password' => password_hash("admin", PASSWORD_DEFAULT), 'active' => true, ]); }