Files
expose/docs/getting-started/installation.md
Sebastian Schlein c06bcb7119 Improve docs
2021-06-11 16:09:40 +02:00

840 B
Raw Blame History

title, order
title order
Installation 1

Installation

Expose is a PHP package and you can install the client for your local machine as a global composer dependency:

composer global require beyondcode/expose

After that, you are ready to go and can share your first site.

Extending Expose

By default, Expose comes as an executable PHAR file. This allows you to use all Expose features out of the box without any additional setup required.

If you want to modify Expose and want to add custom request/response modifiers, you need to clone the GitHub repository instead of the global composer dependency.

You can learn more about the customization of Expose in the extending Expose documentation section.