lschricke/symfony-strict-route-collection

本包提供了 Symfony\Component\Routing\RouteCollection 的严格版本,您无法添加一个已注册名称的 Route,从而防止您不小心覆盖现有的 Route 名称。

dev-master 2015-06-14 18:01 UTC

This package is not auto-updated.

Last update: 2024-09-28 17:33:16 UTC


README

Build Status

本包提供了 Symfony\Component\Routing\RouteCollection 的严格版本,您无法添加一个已注册名称的 Route,从而防止您不小心覆盖现有的 Route 名称。