Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znframework/light-edition
ZN Framework Light Edition
https://github.com/znframework/light-edition
Last synced: about 2 months ago
JSON representation
ZN Framework Light Edition
- Host: GitHub
- URL: https://github.com/znframework/light-edition
- Owner: znframework
- License: mit
- Created: 2021-02-21T22:56:52.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T18:40:35.000Z (9 months ago)
- Last Synced: 2024-06-13T07:08:02.244Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
ZN Framework Light Edition
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.