Download the PHP package alexwight/marquis without Composer
On this page you can find all versions of the php package alexwight/marquis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package marquis
marquis
A simple way to point local domains to internal ports
Introduction
Develop on Mac OS and love docker or vagrant for local development?
Sick to death of remembering port numbers you have mapped to your VM's or containers? Join the club.
Marquis is wrapper around DnsMasq and nginx for Mac developers to point a local domain name to a port running on localhost.
Installation
Marquis requires macOS and Homebrew. Before installation, you should make sure that no other programs such as Apache or Nginx are binding to your local machine's port 80
- Install or update Homebrew to the latest version using brew update.
- Install PHP > 5.6 using Homebrew. e.g.
- Install Marquis with Composer via . Make sure the ~/.composer/vendor/bin directory is in your system's "PATH".
- Run the command. This will configure and install Nginx and DnsMasq.
Usage Examples
HTTP
To access target at
You can now access at
HTTPS
To access target at
You can now access at
SSL Certificate is automatically generated and trusted. HTTP/2 enabled by default.
Docker example
Site now available at http://127.0.0.1:8001
Site also now available at http://howdy.test
SSL Termination
Proxy will handle the SSL termination so can handle https when the backend does not expose it, e.g.
Site also now available at https://howdy.tests
Problems?
I'm just using this for myself and putting this up there incase anyone else wants it. If you are using this then I assume you are a developer. Fix it and submit a pull request.
License
Marquis is open-sourced software licensed under the MIT license
All versions of marquis with dependencies
illuminate/container Version ~5.1
mnapoli/silly Version ~1.0
symfony/process Version ~2.7|~3.0|~4.0
nategood/httpful Version ~0.2
tightenco/collect Version ^5.3