argument('name'); $user = new User(); $user->name = $name; $user->save(); $id = $user->id; $this->info("Created user with id $id"); } }