name = 'system'; $user->email = 'sys@local.host'; $user->role = 'manage'; $user->password = Hash::make('system'); $user->save(); } }