Download the latest stable release package (.tar.gz
) from the Leconfe website.
Downlod Leconfe latest version
Use the tar
command or any archive software on your system to unpack the .tar.gz
file to a local directory. For example, if you downloaded the Leconfe 1.0.0 release package, you can use the following command to unpack the file:
tar -xzvf leconfe-1.0.0.tar.gz
Start PHP’s built-in server from the release package’s root directory.
cd leconfe-1.0.0
php -S localhost:8000