1
0
mirror of https://github.com/flextype/flextype.git synced 2025-03-12 14:50:01 +01:00
php-flextype/README.md
2018-03-21 01:47:41 +03:00

1.8 KiB
Executable File
Raw Blame History

Flextype

version MIT License

Flextype is next generation of Legendary Monstra Engine it is also Open Source, fast and flexible file-based Content Management System. That's Easy to install, upgrade and use. Flextype provides amazing API's for plugins, themes and core developers! Content in Flextype is just a simple files written with markdown syntax in pages folder. You simply create markdown files in the pages folder and that becomes a page.

Requirements

PHP 7.1.3 or higher with PHP's Multibyte String module
Apache with Mod Rewrite

Installation

Using (S)FTP

Download the latest version.

Unzip the contents to a new folder on your local computer, and upload to your webhost using the (S)FTP client of your choice. After youve done this, be sure to chmod the following directories (with containing files) to 777, so they are readable and writable by Flextype:

  • site/

Using Composer

You can easily install Flextype with Composer.

composer create-project flextype/flextype

Contributing

  1. Help on the Forum.
  2. Develop a new plugin.
  3. Create a new theme.
  4. Find and report issues.
  5. Link back to Flextype.

License

See LICENSE