phphleb / docs

Documentation for the HLEB2 framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation of the PHP Framework HLEB2

HLEB2 PHP License: MIT

An open repository with documentation for the HLEB2 framework. Documentation can be installed locally.

Web version: hleb2framework.ru

Installation

$ composer create-project phphleb/hleb hleb-docs
$ cd hleb-docs
$ composer require phphleb/docs
$ php console phphleb/docs add
$ composer dumpautoload

Remove the route for the main page in the file /routes/map.php

Run the project locally:

$ APP_DEBUG=false php -S localhost:8000 -t public

Update

$ composer update phphleb/docs
$ php console phphleb/docs add
$ php console --clear-cache
$ php console --clear-routes-cache
$ composer dumpautoload

About

Documentation for the HLEB2 framework

License:Other


Languages

Language:PHP 95.7%Language:CSS 2.1%Language:JavaScript 1.3%Language:Hack 0.9%