<p>TextField is a Flat-File CMS, which (in this case) means that TextField uses files in the JSON format to store the content. You don't need to install or configure a database; you only need a web server with PHP support.</p>
<h6>Requirements</h6>
<ul>
<li>PHP 7 or higher.</li>
<li>PHP mbstring module for full UTF-8 support.</li>
<li>PHP gd module for image processing.</li>
<li>PHP dom module for DOM manipulation.</li>
<li>PHP json module for JSON manipulation.</li>
<li>Apache with module mod_rewrite</li>
<li>Lighttpd with module mod_rewrite</li>
</ul>