znframework / light-edition
ZN Framework Light Edition
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- znframework/package-authentication: >=6.0
- znframework/package-authorization: >=6.0
- znframework/package-buffering: >=6.0
- znframework/package-cache: >=6.0
- znframework/package-captcha: >=6.0
- znframework/package-comparison: >=6.0
- znframework/package-compression: >=6.0
- znframework/package-console: >=6.0
- znframework/package-crontab: >=6.0
- znframework/package-cryptography: >=6.0
- znframework/package-database: >=6.0
- znframework/package-datatypes: >=6.0
- znframework/package-datetime: >=6.0
- znframework/package-email: >=6.0
- znframework/package-event-handler: >=6.0
- znframework/package-filesystem: >=6.0
- znframework/package-generator: >=6.0
- znframework/package-helpers: >=6.0
- znframework/package-hypertext: >=6.0
- znframework/package-image: >=6.0
- znframework/package-language: >=6.0
- znframework/package-pagination: >=6.0
- znframework/package-payment: >=6.0
- znframework/package-prompt: >=6.0
- znframework/package-protection: >=6.0
- znframework/package-remote: >=6.0
- znframework/package-request: >=6.0
- znframework/package-response: >=6.0
- znframework/package-security: >=6.0
- znframework/package-services: >=6.0
- znframework/package-shopping: >=6.0
- znframework/package-storage: >=6.0
- znframework/package-validation: >=6.0
- znframework/package-xml: >=6.0
- znframework/package-zerocore: >=6.0
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.