Adds a route.
string|array $path the path, or the localized paths of the route:
public function __invoke(string $name, string|array $path) : RouteConfigurator { return $this->add($name, $path); }