Storyboard

Storyboard is a small system that allows to pass some text content via POST request, write this content to the file automatically and show this content as a web page.

Installation

  • Install Composer
  • Run composer install command using CLI from the Storyboard root directory
  • Copy etc/config.yml.dist to etc/config.yml
  • Set up your own secret token in etc/config.yml
  • Make sure var/storage.html is writable by webserver

Usage

You are also able to edit the template file. For this change templatePath value to some custom template and make your changes inside of this template.