phphleb/docs

基于 HLEB2 框架的文档项目

dev-master 2024-09-21 16:18 UTC

This package is auto-updated.

Last update: 2024-09-21 16:24:01 UTC


README

HLEB2 PHP License: MIT

一个包含 HLEB2 框架文档的公开仓库。文档可以本地安装。

网络版本: hleb2framework.ru

安装

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

在文件 /routes/map.php 中删除主页的路由

在本地运行项目

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

更新

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