-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# Formwork | ||
Formwork is a file-based Content Management System (CMS) to make and manage simple sites. | ||
|
||
Latest version: [**0.7.2**](https://github.com/giuscris/formwork/releases/tag/0.7.2) | ||
Latest version: [**0.8.0**](https://github.com/giuscris/formwork/releases/tag/0.8.0) | ||
|
||
## Features | ||
* ⚡️ Lightweight Core (~280 kB dependencies included) | ||
* ⚡️ Lightweight Core (~300 kB dependencies included) | ||
* 🗄 No database required! | ||
* 📑 Simple file-based Cache system | ||
* ✨ Out-of-the-box Administration Panel | ||
|
||
![](assets/images/formwork.png) | ||
|
||
## Requirements | ||
* PHP 5.5.4 or higher | ||
* PHP 5.6.0 or higher | ||
* PHP `zip` extension | ||
* PHP `gd` extension |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
class Formwork | ||
{ | ||
const VERSION = '0.7.2'; | ||
const VERSION = '0.8.0'; | ||
|
||
protected static $instance; | ||
|
||
|