PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Vinicius Marques de Souza   PHP User Guide   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP User Guide
Display pages of a user guide using templates
Author: By
Last change:
Date: 1 year ago
Size: 892 bytes
 

Contents

Class file image Download

Web User Manual

This is a very simple application that allows you to quickly create and modify your product's user manual.

Written in PHP, it provides an responsible interface for creating pages based on CSS style sheets using Smarty PHP.

Requirements

Apache with PHP 7.1 to 8.1

How to get working

Install apache and php.

Clone this project:

To get the latest stable version:

git clone git@github.com:vmsouza/userguide.git

Access userguide folder and run:

$ cd userguide
$ git clone https://github.com/smarty-php/smarty.git
$ mkdir templates_c
$ chmod a+rwx templates_c

Manage settings

Edit config.php to change default settings.

Manage you menu items

Edit menus.php to change menu items.

Manage templates

Edit templates locate inside templates folder.

See in action

User guide running here.