zeecoder/route-list-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

v0.1.0 2014-07-29 14:05 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:37:38 UTC


README

Exposes the routes on staging and local servers. (Configurable)

Usage

  • Install with composer,
  • Register in the AppKernel: new ZeeCoder\Bundle\RouteListBundle\ZeeRouteListBundle(),.
  • Add the routing file (@ZeeRouteListBundle/Resources/config/routing.yml).

The route can then be accessed through the /links route.

By default, only the localhost or 127.0.0.1 hosts are allowed to see the route.

If you want to allow more hosts, override the parameters.

The default value is: zee_route_list.allowed_hosts: localhost|127.0.0.1.