My Personal website
This website includes documentations for my projects.
Because your code too needs an editor to manipulate files.
Getting started
Use Composer to install Redaktilo in your projects:
composer require "gnugat/redaktilo:^1.0"
Redaktilo provides an Editor
class which can be instanciated using
EditorFactory
:
<?php
require_once __DIR__.'/vendor/autoload.php';
use Gnugat\Redaktilo\EditorFactory;
$editor = EditorFactory::createEditor();
Further documentation
You can see the current and past versions using one of the following:
- the
git tag
command - the releases page on Github
- the file listing the changes between versions
Next readings: