phphleb / docs
Project with HLEB2 framework documentation
v1.0.10
2024-12-29 13:56 UTC
Requires
- php: >=8.2.0
- ext-json: *
- ext-mbstring: *
- phphleb/adminpan: *
- phphleb/framework: >=2.0
- phphleb/spreader: *
- phphleb/updater: *
README
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