2017 © Pedro Peláez
 

library route-list-bundle

image

zeecoder/route-list-bundle

  • Thursday, August 21, 2014
  • by ZeeCoder
  • Repository
  • 0 Watchers
  • 0 Stars
  • 49 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Route List Bundle

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

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., (*2)

By default, only the localhost or 127.0.0.1 hosts are allowed to see the route., (*3)

If you want to allow more hosts, override the parameters., (*4)

The default value is: zee_route_list.allowed_hosts: localhost|127.0.0.1., (*5)

The Versions

21/08 2014

dev-master

9999999-dev https://github.com/ZeeCoder/route-list-bundle

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Hubert Viktor

29/07 2014

v0.1.0

0.1.0.0 https://github.com/ZeeCoder/route-list-bundle

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Hubert Viktor