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:
Download & Extract ZIP
Download the latest build , extract it into your server’s document root, and rename the folder as you like.
Git Clone
Clone the repository into your server’s root directory:
git clone https://github.com/OpenSourceAfrica/LacePHP.git
Composer
Require LacePHP via Composer:
composer require lacephp/lacephp
Or, to create a new project skeleton:
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!