Marcel Pociot 762a4dbd5c wip
2020-06-02 21:10:03 +02:00
wip
2020-06-02 21:10:03 +02:00
wip
2020-04-14 21:19:23 +02:00
wip
2020-05-06 22:36:49 +02:00
wip
2020-06-02 16:51:36 +02:00
wip
2020-04-27 10:05:42 +02:00
wip
2020-06-02 16:51:36 +02:00
wip
2020-05-06 22:32:40 +02:00
wip
2020-05-04 21:23:17 +02:00
wip
2020-04-14 21:19:23 +02:00
wip
2020-04-14 21:19:23 +02:00
wip
2020-04-25 11:42:40 +02:00
wip
2020-04-30 09:36:36 +02:00
wip
2020-06-02 16:51:36 +02:00
wip
2020-06-02 16:51:36 +02:00
wip
2020-04-16 15:30:53 +02:00
wip
2020-04-24 12:37:31 +02:00
wip
2020-04-14 21:19:23 +02:00
wip
2020-04-22 13:21:40 +02:00

Expose

Usage

Server

To start the server, call:

php expose serve

Client

To share local connections with a server, call:

php expose share somelocalsite.test

Custom subdomain(s)

You can also define a custom subdomain using the --subdomain option:

php expose share somelocalsite.test --subdomain=custom

The subdomain option also allows you to specify multiple, comma-separated subdomains:

php expose share somelocalsite.test --subdomain=app,admin

Basic authentication

You can protect your shared URLs using basic authentication, by providing the username and password in the --auth option:

php expose share somelocalsite.test --auth="username:password"
Description
No description provided
Readme 77 MiB
Languages
PHP 75.5%
Twig 24.3%
Dockerfile 0.1%