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-11-23 03:13:17 |
Package Statistics | |
---|---|
Total Downloads: | 802 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 5 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
A fixer to Lumen Url Generator.
When running tests or console commands which needs some urls by default that will be
http://:/foo
instead of your desired hostname and port.
composer require vluzrmos/lumen-url-host
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
.