Download the PHP package getformwork/formwork without Composer
On this page you can find all versions of the php package getformwork/formwork. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download getformwork/formwork
More information about getformwork/formwork
Files in getformwork/formwork
Package formwork
Short Description A file-based Content Management System (CMS) to make and manage simple sites
License MIT
Homepage https://github.com/getformwork/formwork
Informations about the package formwork
Formwork
🏗 Formwork is a flat file-based Content Management System (CMS) to build and manage simple sites.
⚠️ This is the README
file for the 2.x
branch, currently in development and NOT STABLE.
👉 See the 1.x
branch for the latest stable version.
Features
- ⚡️ Lightweight
- 🗄 No database required!
- 📦 Easy to install
- ✨ Out-of-the-box Administration Panel
Requirements
- PHP 8.3 or higher
- PHP extensions
dom
,fileinfo
,gd
,mbstring
,openssl
andzip
Installing
From GitHub releases
You can download a ready-to-use .zip
archive from GitHub releases page and just extract it in the webroot of your server.
With Composer
If you prefer to install the latest stable release of Formwork with Composer you can use this command:
Composer will create a formwork
folder with a fresh ready-to-use Formwork installation.
To use the administration panel you need to build the assets.
Cloning from GitHub
If you want to get the currently worked master version, you can clone the GitHub repository and then install the dependencies with Composer.
-
Clone the repository in your webroot:
-
Navigate to
formwork
folder and install the dependencies: - Build the administration panel assets.
Building administration panel assets with Yarn
After installing with Composer or cloning from GitHub, you need to build the panel assets with Yarn by running the following commands:
Running Formwork server
You can test Formwork right away with the serve
command, a customized wrapper of the PHP Built-in web server.
[!IMPORTANT] As with PHP CLI web server, Formwork server is intended for testing purposes and not for production environments.
Navigate to the formwork
folder and run the following command:
If you prefer you can run the Formwork server through Composer:
All versions of formwork with dependencies
ext-dom Version *
ext-fileinfo Version *
ext-gd Version *
ext-mbstring Version *
ext-openssl Version *
ext-zip Version *
symfony/polyfill-ctype Version ^1.23
symfony/yaml Version ^7.0.3
league/commonmark Version ^2.4
jaybizzle/crawler-detect Version ^1.2
masterminds/html5 Version ^2.9