Installation ============ We’ve made setting up LacePHP as straightforward as possible. Installation should never get in your way when you’re focused on building. There are three ways to install LacePHP: 1. **Download & Extract ZIP** `Download the latest build`__ , extract it into your server’s document root, and rename the folder as you like. .. __: https://github.com/OpenSourceAfrica/LacePHP/archive/refs/tags/v1.0.0.zip 2. **Git Clone** Clone the repository into your server’s root directory: .. code-block:: bash git clone https://github.com/OpenSourceAfrica/LacePHP.git 3. **Composer** Require LacePHP via Composer: .. code-block:: bash composer require lacephp/lacephp Or, to create a new project skeleton: .. code-block:: bash composer create-project lacephp/lacephp my-project Once installed, point your web server’s document root at the `public/` folder and you’re ready to go! | |