jhmaverick/blazar

PHP应用程序开发框架。

v0.1.5 2021-02-19 13:41 UTC

This package is auto-updated.

Last update: 2024-09-19 21:15:41 UTC


README

Blazar是一个PHP框架,具有开发应用程序的主要功能。

  • 通过URL查看类图
  • 图像管理器
  • Web服务
  • 数据库连接库
  • 应用程序文本管理库
  • 应用程序日志管理器

文档

https://github.com/jhmaverick/blazar/wiki

安装

使用blazar-cli

npm install -g blazar-cli blazar create [project-name]

使用git

git clone https://github.com/jhmaverick/blazar-project.git [project-name] && cd [project-name] && rm -rf .git && composer install

在开发环境中读取日志

npm install -g blazar-cli

blazar console