Download the PHP package wai-blue/guidevis without Composer
On this page you can find all versions of the php package wai-blue/guidevis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wai-blue/guidevis
More information about wai-blue/guidevis
Files in wai-blue/guidevis
Download wai-blue/guidevis
More information about wai-blue/guidevis
Files in wai-blue/guidevis
Vendor wai-blue
Package guidevis
Short Description Lightweight PHP library for visualizing guides
License MIT
Package guidevis
Short Description Lightweight PHP library for visualizing guides
License MIT
Please rate this library. Is it a good library?
Informations about the package guidevis
GuideVis
Lightweight library for visualizing guides:
- user guide
- developer guide
- support FAQs
- ...
Prerequisities
- PHP 8.x
- Tailwind (
npm i tailwind
)
How to create own guide
Step 1: Initialize project's folder
We recommend you to start with the default configuration. Copy the contents of default guide folder into /var/www/html/my-first-guide
.
Step 2: Install required components
In /var/www/html/my-first-guide
run:
composer require guidevis
npm i tailwind
npm build-css
Step 3: Open the guide in browser
In your favourite browser navigate to https://localhost/my-first-guide
.
Step 4: Create your content
Guide content is located in /var/www/html/my-first-guide/book/content
. It has two subfolders:
assets
folder contains all assets (mostly images) you will need for your guidepages
folder contains the Markdown-formatted content of the pages. Check out the sample.md for examples on how to create your own content.
All versions of guidevis with dependencies
PHP Build Version
Package Version
The package wai-blue/guidevis contains the following files
Loading the files please wait ....