https://github.com/phphleb/docs
Documentation for the HLEB2 framework
https://github.com/phphleb/docs
Last synced: 11 months ago
JSON representation
Documentation for the HLEB2 framework
- Host: GitHub
- URL: https://github.com/phphleb/docs
- Owner: phphleb
- License: other
- Created: 2024-01-31T07:59:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T08:04:43.000Z (about 1 year ago)
- Last Synced: 2025-07-27T07:58:16.634Z (11 months ago)
- Language: PHP
- Size: 553 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation of the PHP Framework HLEB2
[](https://github.com/phphleb/hleb)  [-brightgreen.svg)](https://github.com/phphleb/hleb/blob/master/LICENSE)
An open repository with documentation for the [HLEB2 framework](https://github.com/phphleb/hleb).
Documentation can be installed locally.
Web version: [hleb2framework.ru](http://hleb2framework.ru)
Installation
-----------------------------------
```bash
$ composer create-project phphleb/hleb hleb-docs
```
```bash
$ cd hleb-docs
```
```bash
$ composer require phphleb/docs
```
```bash
$ php console phphleb/docs add
```
```bash
$ composer dumpautoload
```
Remove the route for the main page in the file /routes/map.php
Run the project locally:
```bash
$ APP_DEBUG=false php -S localhost:8000 -t public
```
Update
-----------------------------------
```bash
$ composer update phphleb/docs
```
```bash
$ php console phphleb/docs add
```
```bash
$ php console --clear-cache
```
```bash
$ php console --clear-routes-cache
```
```bash
$ composer dumpautoload
```