2017 © Pedro Peláez
 

symfony-bundle cli-router

Bundle fixes router URL generation when it used via CLI.

image

litvinab/cli-router

Bundle fixes router URL generation when it used via CLI.

  • Friday, December 30, 2016
  • by litvinab
  • Repository
  • 1 Watchers
  • 0 Stars
  • 456 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CLI Router

During using of generate method of router via CLI wrong URLs are generated. Instead of your application domain localhost is found. This bundle fixes URL generation by using DependencyInjection Compiler., (*1)

Installation

  1. add to composer.json:
"litvinab/cli-router": "v1.0"
  1. add to AppKernel.php:
new Litvinab\Bundle\CliRouterBundle\CliRouterBundle()
  1. add to parameters.yml:
  app.domain: example.com

The Versions

30/12 2016

dev-master

9999999-dev https://github.com/litvinab/cli-router

Bundle fixes router URL generation when it used via CLI.

  Sources   Download

The Requires

 

by Anton Litvin

12/09 2016

v1.0

1.0.0.0 https://github.com/litvinab/cli-router

Bundle fixes router URL generation when it used via CLI.

  Sources   Download

The Requires

 

by Anton Litvin