while (true) {
            $name = $this->ask('Set the name of this new local');

            $name = preg_replace('/[^a-z0-9_-]/', '', strtolower($name));