vluzrmos / lumen-url-host by vluzrmos

A fixer for console and tests using Lumen Url Generator.
795
5
4
Package Data
Maintainer Username: vluzrmos
Maintainer Contact: vluzrmos@gmail.com (Vagner do Carmo)
Package Create Date: 2015-07-11
Package Last Update: 2015-07-11
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:16:49
Package Statistics
Total Downloads: 795
Monthly Downloads: 3
Daily Downloads: 0
Total Stars: 5
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

Lumen Url Host Fixer.

Latest Stable Version Total Downloads License Build Status StyleCI

A fixer to Lumen Url Generator.

What is it for?

When running tests or console commands which needs some urls by default that will be http://:/foo instead of your desired hostname and port.

Install

composer require vluzrmos/lumen-url-host

Usage

Run 1 time:

lumenUrlHost('your-disered.domain:port');

Note: By default, lumen will cache the hostname and port at first call. That will works only if was called before first generated url.

I recommend to use on setUp() method of your tests, or in your bootstrap/app.php.