znframework/light-edition
Composer 安装命令:
composer create-project znframework/light-edition
包简介
ZN Framework Light Edition
关键字:
README 文档
README
It is a special lightweight edition blended from the essence of the ZN Framework, offering rational and comfortable use.
Installation
You only need to run the following code for the installation.
composer create-project znframework/light-edition
Directory Structure
The directory structure of this version is shown below, and the usage purpose of the directories is explained one by one.
- assets/
- config/
- html/
- php/
- console/
- controllers/
- models/
- routes/
- storage/
- system/
Assets Directory
It is the directory where your files such as js, css, img of your theme will be located.
Config Directory
Contains the necessary settings for the framework and packages.
Html Directory
This is the directory where view files with html content will be located.
PHP Directory
Your controllers, console command classes, and models are all in this directory.
Routes Directory
It is the directory where routing operations will be performed.
Storage Directory
It is the directory where files such as cache, log, database backup will be located.
System Directory
All installations made with Composer are made to this directory.
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-21