znframework/light-edition

ZN Framework Light Edition

This package is auto-updated.

Last update: 2024-04-12 18:40:38 UTC


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.